Files
gitignore-generator/src/templates/tools/terraform.gitignore
2026-02-01 03:33:04 +00:00

30 lines
411 B
Plaintext

# Terraform
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
crash.log
crash.*.log
*.secret
*.secret.*
# Ignore override files as they are usually used to override resources locally and so
# !override.tf override.tf
# override.tf.json
# *.override.tf
# *.override.tf.json
# Ignore CLI configuration files
.terraformrc
terraform.rc
# Ignore lock files
.terraform.lock.hcl
# IDE
.idea/
*.iml
*.ipr
*.iws
.vscode/