30 lines
411 B
Plaintext
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/
|