Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:34 +08:00
commit 8865a2d81c
9 changed files with 587 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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.