diff options
author | Costa Paraskevopoulos <costa.paras1@gmail.com> | 2024-05-31 19:23:32 +1000 |
---|---|---|
committer | Costa Paraskevopoulos <costa.paras1@gmail.com> | 2024-05-31 19:23:32 +1000 |
commit | 403cf39f224afb0c301b3e683a210a3272c03ad1 (patch) | |
tree | b93bd7b1386dd80d9bd9b8c9a8f744a77debc1a1 | |
parent | 1ab38f03c90e3670c8255ea573b61c0ba7afc907 (diff) | |
download | gitignore-403cf39f224afb0c301b3e683a210a3272c03ad1.tar.gz gitignore-403cf39f224afb0c301b3e683a210a3272c03ad1.zip |
Migrate terragrunt ignore to new template as suggested
-rw-r--r-- | Terraform.gitignore | 4 | ||||
-rw-r--r-- | community/Terragrunt.gitignore | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Terraform.gitignore b/Terraform.gitignore index a4937147..9b8a46e6 100644 --- a/Terraform.gitignore +++ b/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 diff --git a/community/Terragrunt.gitignore b/community/Terragrunt.gitignore new file mode 100644 index 00000000..ea480863 --- /dev/null +++ b/community/Terragrunt.gitignore @@ -0,0 +1,3 @@ +# Ignore the default terragrunt cache directory +# https://terragrunt.gruntwork.io/docs/features/caching/ +.terragrunt-cache |