33 lines
551 B
Plaintext
33 lines
551 B
Plaintext
# Local .terraform directories
|
|
**/.terraform/*
|
|
.terraform.lock.hcl
|
|
# .tfstate files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
tfstate.*
|
|
|
|
# Crash log files
|
|
crash.log
|
|
|
|
# Exclude all .tfvars files, which might contain sensitive data, such as
|
|
# password, private keys, and other secrets.
|
|
|
|
# Ignore override files as they are usually used to override resources locally.
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Ignore CLI configuration files
|
|
.terraformrc
|
|
terraform.rc
|
|
backend.hcl
|
|
|
|
# Ignore log files
|
|
*.log
|
|
|
|
# Ignore temporary files
|
|
*.tmp
|
|
*.temp
|
|
.envrc
|