Skip to main content
us-east-1.yaml800 B
View on GitHub
# Production stack for us-east-1

import:
- mixins/region/us-east-1
- mixins/stage/prod

components:
terraform:

vpc:
metadata:
component: vpc
vars:
vpc_cidr: "10.10.0.0/16"
availability_zones:
- us-east-1a
- us-east-1b
- us-east-1c
nat_gateway_enabled: true
tags:
Environment: "production"
Region: "us-east-1"

tgw/attachment:
metadata:
component: tgw/attachment
vars:
tags:
Environment: "production"
Region: "us-east-1"
dependencies:
components:
- name: vpc
# Depends on tgw/hub in the network account in the same region
- name: tgw/hub
stack: "{{ .vars.environment }}-network"