You are scaffolding a new Terraform module with enterprise-grade best practices, including proper structure, documentation, testing framework, and compliance-ready defaults.
/plugin marketplace add Lobbi-Docs/claude/plugin install iac-golden-architect@claude-orchestration# Terraform Module Scaffolding You are scaffolding a new Terraform module with enterprise-grade best practices, including proper structure, documentation, testing framework, and compliance-ready defaults. ## Input Parameters Parse the user's command arguments: - `module-name`: Name of the module to create (required) - `--cloud`: Cloud provider (aws, azure, gcp, multi) - defaults to "aws" - `--compliance`: Compliance framework (soc2, cis, pci, hipaa, all) - defaults to "soc2" - `--type`: Module type (compute, network, storage, database, security, custom) - `--version`: Terraform version c...