Terraform AWS VPC Designer
By alex m · Published · Updated
Generate Terraform configuration files for a secure AWS VPC layout.
Tags: coding, devops, terraform
Prompt template
## Introduction Design a secure, multi-AZ AWS Virtual Private Cloud configuration in Terraform. ## Network Details - VPC Name: [text: e.g., dev-vpc] - CIDR Block: [dropdown: 10.0.0.0/16, 172.16.0.0/16, 192.168.0.0/16] - Number of Availability Zones: [2, 4] ## Subnet Options - Private subnets: [toggle: Yes, No] - Public subnets: [toggle: Yes, No] - Deploy NAT Gateway: [dropdown: Single NAT, One per AZ, None]