25 lines
362 B
Plaintext
25 lines
362 B
Plaintext
# Terraform files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
crash.log
|
|
crash.*.log
|
|
*.tfvars.json
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
.terraformrc
|
|
terraform.rc
|
|
|
|
# Terraform directories
|
|
.terraform/
|
|
|
|
# Sensitive files
|
|
.env
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# IMPORTANT: Do NOT ignore .terraform.lock.hcl
|
|
# This file should be committed to ensure consistent provider versions
|