Skip to main content
.gitignore159 B
View on GitHub
**/.terraform/**
**/.terraform.lock.hcl
**/*.tfvars.json
**/*.planfile
**/terraform.tfstate
**/terraform.tfstate.backup
**/terraform.tfstate.d/**
**/*.tf.json

Related Documentation