8 lines
507 B
Markdown
8 lines
507 B
Markdown
# 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.
|