23 lines
371 B
Text
23 lines
371 B
Text
# Terraform directories
|
|
**/.terraform/
|
|
#**/terraform/
|
|
|
|
# Terraform state files
|
|
**/terraform.tfstate
|
|
**/terraform.tfstate.*
|
|
**/terraform.tfstate.*.backup
|
|
|
|
# Terraform variable files
|
|
**/*.tfvars
|
|
**/*.auto.tfvars
|
|
!**/terraform.tfvars.example
|
|
|
|
# Terraform lock info
|
|
**/.terraform.tfstate.lock.info
|
|
|
|
# Terraform plan files
|
|
**/tfplan
|
|
**/*.tfplan
|
|
|
|
# Environment files
|
|
**/.envrc
|