Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:06 +08:00
commit 168a87fd60
9 changed files with 266 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for terraform-module-builder skill
- [ ] terraform_best_practices.md: A comprehensive guide to Terraform best practices, covering topics such as security, scalability, and maintainability.
- [ ] aws_resource_examples.md: Examples of how to use common AWS resources in Terraform modules, with explanations and best practices.
- [ ] azure_resource_examples.md: Examples of how to use common Azure resources in Terraform modules, with explanations and best practices.
- [ ] gcp_resource_examples.md: Examples of how to use common GCP resources in Terraform modules, with explanations and best practices.
- [ ] module_structure_guide.md: A detailed guide on how to structure a Terraform module for reusability and maintainability.