terraform-aws-annotated-blueprint

Generate Terraform AWS templates with annotated properties from provider schema.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Donngi/agent-skills --skill terraform-aws-annotated-blueprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: terraform-aws-annotated-blueprint
Source: https://github.com/Donngi/agent-skills/tree/main/skills/terraform-aws-annotated-blueprint
Command: npx skills add https://github.com/Donngi/agent-skills --skill terraform-aws-annotated-blueprint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill automates the creation of detailed Terraform AWS templates, eliminating the need for manual research and reducing the risk of misconfiguration.

Core Features & Use Cases

  • Automated Template Generation: Creates Terraform templates for AWS infrastructure with comprehensive explanations for every property.
  • Schema-Driven Accuracy: Ensures all properties are based on the official Terraform Provider schema for accuracy.
  • Use Case: When you need to provision a new VPC with specific subnets, security groups, and routing tables, this Skill can generate the complete Terraform code with explanations for each setting, ensuring compliance with best practices.

Quick Start

Use the terraform-aws-annotated-blueprint skill to generate a template for an AWS S3 bucket with versioning and encryption enabled.

Frequently Asked Questions about terraform-aws-annotated-blueprint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Terraform AWS templates with annotations for every property?

Generating Terraform AWS templates with annotations is done by deriving all properties directly from the Terraform Provider schema. This ensures schema-driven accuracy and provides comprehensive explanations for every configuration setting.

What is the best way to ensure my infrastructure as code follows AWS Well-Architected guidance?

To ensure infrastructure as code follows AWS Well-Architected guidance, use a schema-driven template generator that integrates validation checks. This approach automatically adheres to security best practices while provisioning complex AWS configurations.

How do I create a Terraform blueprint for a complex VPC with subnets and routing tables?

Creating a Terraform blueprint for a complex VPC involves defining subnets, security groups, and routing tables with detailed explanations. An automated generator can produce this complete infrastructure code while ensuring compliance with best practices.

Can I automate Terraform template creation to avoid manual research and misconfiguration risks?

Automating Terraform template creation eliminates manual research and reduces the risk of misconfiguration. By using the official Terraform Provider schema, the generation process ensures all AWS properties are accurate and properly annotated.

Does Terraform template generation work with CloudFormation schemas or only the Terraform Provider schema?

Terraform template generation works specifically with the Terraform Provider schema, not CloudFormation schemas. This schema-driven approach guarantees that all generated AWS infrastructure properties and annotations are accurate for Terraform deployments.