# generate.py 渲染产物（由 config/resources/*.yaml 与 templates/ 派生，拷入/渲染进
# 本运行目录，均不入库）
generated_hosts.tf
provider.tf
variables.tf
cloud-init.yaml
terraform.auto.tfvars.json
cmdb.json
inventory.ini
# render_backend_tf.py 渲染的 S3 兼容 backend（含 endpoint，按环境派生，不入库）
backend.tf

# terraform 运行时
.terraform/
.terraform.lock.hcl
*.tfstate
*.tfstate.*
terraform.tfvars
__pycache__/
