terraform-aws

Installation
SKILL.md

Terraform AWS

Provision and manage AWS infrastructure with Terraform.

Provider Configuration

terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = "~> 5.0"
    }
  }
Installs
208
GitHub Stars
816
First Seen
Feb 4, 2026
terraform-aws — bagelhole/devops-security-agent-skills