Improve this page

Back to AWS Terraform templates index <–

AWS NAT Gateway

Provides AWS NAT gateway

Template Locations

Online documentation

Template reference
Service description

Resource Description Automation
module "aws_nat_gateway" {
    allocation_id = "elastic_ip_allocation_id"
    subnet_id     = "nat_subnet_id"
    depends_on    = [aws_internet_gateway.gateway]
}