Files
gh-jeremylongshore-claude-c…/skills/infrastructure-as-code-generator/scripts/README.md
2025-11-30 08:19:34 +08:00

488 B

Scripts

Bundled resources for infrastructure-as-code-generator skill

  • iac_generate.py: Script to generate IaC based on user input and platform selection. Handles API calls and template selection.
  • validate_iac.py: Script to validate generated IaC against best practices and security standards. Supports Terraform, CloudFormation, Pulumi.
  • deploy_iac.py: Script to deploy generated IaC to the specified cloud provider. Requires authentication and configuration details.