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 @@
# Scripts
Bundled resources for terraform-module-builder skill
- [ ] module_scaffolding.py: Generates the basic file structure and initial code for a new Terraform module based on user-defined inputs.
- [ ] validation_checks.py: Performs automated checks on the generated Terraform module code to ensure it adheres to best practices and security guidelines.
- [ ] documentation_generator.py: Automatically generates documentation for the Terraform module based on the code and user-provided descriptions.