19 lines
230 B
Plaintext
19 lines
230 B
Plaintext
# Terraform
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
*.tfstate
|
|
*.tfstate.*
|
|
crash.log
|
|
crash.*.log
|
|
override.tf
|
|
override.tf.json
|
|
*_override.tf
|
|
*_override.tf.json
|
|
|
|
# Local variable files
|
|
*.tfvars
|
|
*.tfvars.json
|
|
|
|
# Provider credentials
|
|
rsc.json
|