Initial commit: Terraform configurations for multiple cloud providers

This commit is contained in:
Ben User
2026-02-01 06:36:02 +00:00
commit 70f160b396
58 changed files with 1813 additions and 0 deletions

29
volcengine/.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Terraform files
*.tfstate
*.tfstate.*
*.tfvars
*.tfvars.json
*.tmp
# Terraform directories
.terraform/
.terraform.lock.hcl
# Terragrunt files
.terragrunt-cache/
# Other common files
crash.log
crash.*.log
*.pid
*.backup
# Sensitive files
*.key
*.pem
*.crt
*.cert
# Local environment files
.env
.local