Explorar o código

Ignore terragrunt cache

This excludes the common/default location from source control

Docs: https://terragrunt.gruntwork.io/docs/features/caching/
Costa Paraskevopoulos hai 11 meses
pai
achega
1ab38f03c9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Terraform.gitignore

+ 4 - 0
Terraform.gitignore

@@ -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