Analyze a blueprint directory and generate comprehensive documentation about what it creates and requires. Use when the user asks to analyze, understand, or document a blueprint.
Analyze a blueprint directory and generate comprehensive documentation about what it creates and requires.
/analyze-blueprint [blueprint-path]
If no path is provided, analyzes the current directory or prompts for selection.
resource blocksdata blocksvariables.tfoutputs.tfversions.tf| Resource Type | Resource Name | Description | Cloud |
|---|---|---|---|
| aws_vpc | main | Primary VPC for workloads | AWS |
| aviatrix_spoke_gateway | spoke | Spoke gateway attached to transit | Aviatrix |
Lists the AWS/Azure/GCP permissions needed based on resources created.
Provides hourly and monthly cost estimates for the resources.
Complete table of all input variables with types, defaults, and whether required.
Complete table of all outputs with descriptions.
When this skill is invoked:
.tf files in the specified blueprint directoryresource blocks → Resources Createddata blocks → Data sources (may indicate prerequisites)variable blocks → Variables Referenceoutput blocks → Output Referenceterraform.required_providers → Provider versions> /analyze-blueprint blueprints/aws-eks-multicluster
Analyzing blueprint: aws-eks-multicluster
## Resources Created (14 total)
| Resource | Name | Description | Count |
|----------|------|-------------|-------|
| aws_vpc | transit | Transit VPC | 1 |
| aws_vpc | spoke | Spoke VPCs for workloads | 2 |
| aws_subnet | public | Public subnets | 6 |
| aviatrix_transit_gateway | main | Primary transit gateway | 1 |
| aviatrix_spoke_gateway | spoke | Spoke gateways | 2 |
| aws_eks_cluster | main | EKS cluster | 1 |
...
## Prerequisites
### Required Tools
- Terraform >= 1.5.0
- AWS CLI v2
- kubectl
- Aviatrix Control Plane v8.1+ (Controller and CoPilot)
### Required Access
- AWS account with VPC, EC2, EKS permissions
- Aviatrix account onboarded to the Control Plane
### Resource Quotas
- 3 Elastic IPs
- 1 EKS cluster
- 3 VPCs
## Estimated Cost
| Resource | Hourly | Monthly |
|----------|--------|---------|
| Aviatrix Transit Gateway | $0.50 | $365 |
| Aviatrix Spoke Gateways (2) | $1.00 | $730 |
| EKS Cluster | $0.10 | $73 |
| NAT Gateways (3) | $0.135 | $98 |
| **Total** | **$1.735** | **~$1,266** |