]> source.dussan.org Git - gitignore.git/commitdiff
Ignore terragrunt cache
authorCosta Paraskevopoulos <costa.paras1@gmail.com>
Mon, 13 May 2024 11:26:49 +0000 (21:26 +1000)
committerCosta Paraskevopoulos <costa.paras1@gmail.com>
Mon, 13 May 2024 11:38:08 +0000 (21:38 +1000)
This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/

Terraform.gitignore

index 9b8a46e692b4c85209a91563b4743c52c72b9ca3..a493714756b2f17ef4b4f9213ade3870e717abc9 100644 (file)
@@ -32,3 +32,7 @@ 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