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

# Keep a committed multi-platform lock for myapp so recorded `terraform init`
# finds complete checksums and skips the "Incomplete lock file" warning.
!components/terraform/myapp/.terraform.lock.hcl

Related Documentation