15 lines
180 B
Plaintext
15 lines
180 B
Plaintext
# Terraform files
|
|
*.tfstate
|
|
*.tfstate.*
|
|
.terraform/
|
|
.terraform.lock.hcl
|
|
|
|
# Sensitive files
|
|
terraform.tfvars
|
|
|
|
# Local temporary files
|
|
*.tmp
|
|
*.backup
|
|
|
|
# Terragrunt
|
|
.terragrunt-cache/ |