Files
gh-jeremylongshore-claude-c…/skills/terraform-module-builder/scripts/README.md
2025-11-30 08:20:06 +08:00

507 B

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.