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,7 @@
# Assets
Bundled resources for terraform-module-builder skill
- [ ] module_template/: A directory containing template files for different types of Terraform modules (e.g., web server, database).
- [ ] example_modules/: A directory containing example Terraform modules that users can use as a starting point.
- [ ] validation_rules.json: A JSON file containing the rules used by the validation_checks.py script to validate the Terraform module code.