Skip to main content
.gitignore193 B
View on GitHub
# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl

# Atmos auto-generated backend and varfiles
backend.tf
backend.tf.json
*.terraform.tfvars.json

# Floci emulator data
volume/

Related Documentation