Skip to content

Commit 403cf39

Browse files
committed
Migrate terragrunt ignore to new template as suggested
1 parent 1ab38f0 commit 403cf39

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Terraform.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ override.tf.json
3232
# Ignore CLI configuration files
3333
.terraformrc
3434
terraform.rc
35-
36-
# Ignore the default terragrunt cache directory
37-
# https://terragrunt.gruntwork.io/docs/features/caching/
38-
.terragrunt-cache

community/Terragrunt.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)