Explorar el Código

Migrate terragrunt ignore to new template as suggested

Costa Paraskevopoulos hace 11 meses
padre
commit
403cf39f22
Se han modificado 2 ficheros con 3 adiciones y 4 borrados
  1. 0 4
      Terraform.gitignore
  2. 3 0
      community/Terragrunt.gitignore

+ 0 - 4
Terraform.gitignore

@@ -32,7 +32,3 @@ override.tf.json
 # Ignore CLI configuration files
 .terraformrc
 terraform.rc
-
-# Ignore the default terragrunt cache directory
-# https://terragrunt.gruntwork.io/docs/features/caching/
-.terragrunt-cache

+ 3 - 0
community/Terragrunt.gitignore

@@ -0,0 +1,3 @@
+# Ignore the default terragrunt cache directory
+# https://terragrunt.gruntwork.io/docs/features/caching/
+.terragrunt-cache