Terraform Aws Annotated Reference

🌐Community
by donngi · vlatest · Repository

Helps with Terraform, AWS as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add terraform-aws-annotated-reference npx -- -y @trustedskills/terraform-aws-annotated-reference
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "terraform-aws-annotated-reference": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/terraform-aws-annotated-reference"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to an annotated reference for Terraform configurations targeting AWS resources. It allows users to generate, understand, and modify infrastructure as code definitions for common AWS services like EC2, S3, and VPCs. The annotations within the Terraform code clarify the purpose and function of each resource block, making it easier to learn and adapt existing configurations.

When to use it

  • Learning Terraform: New users can leverage the annotated examples to understand how to define AWS resources in a declarative way.
  • Automating Infrastructure: Quickly generate basic infrastructure components for testing or development environments.
  • Understanding Existing Code: Decipher complex Terraform configurations by examining the detailed annotations explaining each resource's role.
  • Creating Custom Solutions: Adapt provided examples to build more tailored AWS deployments.

Key capabilities

  • Annotated Terraform code examples
  • Support for common AWS resources (EC2, S3, VPC)
  • Declarative infrastructure definition
  • Provides a reference for best practices in Terraform-AWS configuration

Example prompts

  • "Show me an example of creating an EC2 instance with Terraform."
  • "Generate a Terraform configuration for an S3 bucket with versioning enabled."
  • "Explain the purpose of this Terraform code block: resource "aws_vpc" ..."

Tips & gotchas

  • Requires basic familiarity with Terraform and AWS concepts.
  • The skill provides reference examples; further customization may be required for production deployments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
donngi
Installs
14

🌐 Community

Passed automated security scans.