.terraformignore
To optimize the speed at which Scalr clones the repository where your Terraform config resides or to just ignore files, Scalr will accept a .terraformignore
file. Any files listed in the .terraformignore
will be excluded during the clone operation. This is helpful if you have a large monorepo and you only want to focus on specific folders. This can be used for OpenTofu workspaces as well.
Updated about 1 month ago