13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
# Terraform
|
|
.terraform/
|
|
*.tfplan
|
|
crash.log
|
|
crash.*.log
|
|
|
|
# Secrets (tfvars contains the PAT token)
|
|
terraform.tfvars
|
|
*.auto.tfvars
|
|
|
|
# State files are committed for this POC (single operator)
|
|
# For production, use remote backend instead
|