diff --git a/.gitignore b/.gitignore index 4cd63621..0a574b7f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,18 @@ go.work.sum # Project IDX .idx/ + +# Terraform + +## Local .terraform directories +**/.terraform/* + +## .tfstate files +*.tfstate +*.tfstate.* + +## Ignore transient lock info files created by terraform apply +.terraform.tfstate.lock.info + +# Terragrunt +.terragrunt-cache