Files
terraform/.gitignore

18 lines
178 B
Plaintext

# Terraform 相关文件
.terraform/
*.tfstate
*.tfstate.*
*.tfvars
.terraform.lock.hcl
# 编辑器目录
.vscode/
.idea/
# 日志文件
*.log
# 敏感数据
*.pem
*.key
*.pub