Switch to terraform
This commit is contained in:
12
terraform/.gitignore
vendored
Normal file
12
terraform/.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Terraform
|
||||
.terraform/
|
||||
*.tfplan
|
||||
crash.log
|
||||
crash.*.log
|
||||
|
||||
# Secrets (tfvars contains the PAT token)
|
||||
terraform.tfvars
|
||||
*.auto.tfvars
|
||||
|
||||
# State files are committed for this POC (single operator)
|
||||
# For production, use remote backend instead
|
||||
Reference in New Issue
Block a user