diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b8a46e6..8edd055c 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -32,3 +32,7 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# Ignore local Terragrunt cache files and directories +.terragrunt-cache/ +terragrunt-debug.tfvars.json