30 lines
437 B
Plaintext
30 lines
437 B
Plaintext
# Local .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
|
|
# Crash log files
|
|
crash.log
|
|
|
|
# OpenTofu plan output
|
|
*.tfplan
|
|
|
|
# Sensitive variable files (if used)
|
|
*.tfvars
|
|
*.tfvars.json
|
|
|
|
# Override files which are not meant to be committed
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# CLI configuration files
|
|
.tofu/
|
|
.tofu.lock.hcl
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# IDE/editor files (optional but recommended)
|
|
.vscode/
|
|
.idea/
|
|
.DS_Store |