Initial commit: Terraform configurations for multiple cloud providers
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Terraform 相关文件
|
||||
.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
*.tfvars
|
||||
.terraform.lock.hcl
|
||||
|
||||
# 编辑器目录
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
# 敏感数据
|
||||
*.pem
|
||||
*.key
|
||||
*.pub
|
||||
Reference in New Issue
Block a user