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

# Atmos auto-generated varfiles
*.terraform.tfvars.json

# Floci emulator data
volume/

Related Documentation