17 lines
222 B
Text
17 lines
222 B
Text
# Terraform
|
|
**/.terraform/
|
|
**/.terraform.lock.hcl
|
|
*.tfstate
|
|
*.tfstate.*
|
|
*.tfplan
|
|
crash.log
|
|
crash.*.log
|
|
|
|
# Local variable files (may contain project IDs, domains, etc.)
|
|
*.tfvars
|
|
|
|
# Editor/OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|