We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab38f0 commit 403cf39Copy full SHA for 403cf39
Terraform.gitignore
@@ -32,7 +32,3 @@ override.tf.json
32
# Ignore CLI configuration files
33
.terraformrc
34
terraform.rc
35
-
36
-# Ignore the default terragrunt cache directory
37
-# https://terragrunt.gruntwork.io/docs/features/caching/
38
-.terragrunt-cache
community/Terragrunt.gitignore
@@ -0,0 +1,3 @@
1
+# Ignore the default terragrunt cache directory
2
+# https://terragrunt.gruntwork.io/docs/features/caching/
3
+.terragrunt-cache
0 commit comments