suggest_terraform_testing_strategy
Recommend a Terraform testing strategy and CI pipeline stages tailored to your deployment criticality and change frequency.
Instructions
Recommend Terraform testing strategy and CI stages based on risk and change cadence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| terraformCode | No | Optional Terraform code for complexity-aware recommendations. | |
| deploymentCriticality | No | Business impact level if infrastructure changes fail. | medium |
| changeFrequency | No | How often infrastructure changes are introduced. | medium |
| ciSystem | No | Target CI system for pipeline guidance. | github-actions |
| includeExamplePipeline | No | Include an example pipeline sequence. |