.gitignore398 B
View on GitHub**/.terraform/**
**/.terraform.lock.hcl
**/.terraform.tfstate/**
**/.terraform.tfstate.backup/**
**/*.tfvars.json
**/*.planfile
**/terraform.tfstate
**/terraform.tfstate.backup
**/terraform.tfstate.d/**
# Keep the landing demo provider lock pinned so recordings do not generate
# Terraform lock-file warnings.
!components/terraform/bucket/.terraform.lock.hcl
**/cache.*.txt
**/*.tf.json
volume/**