소스 검색

Migrate terragrunt ignore to new template as suggested

Costa Paraskevopoulos 11 달 전
부모
커밋
403cf39f22
2개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  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