Improve this page

Back to AWS Terraform templates index <–

AWS Route with Terraform

Aws_Route by the Sogeti community.

Template Locations

Online documentation

Template reference
Service description

module "AWS_Route" {
    vpc_id                    = "vpc-0ac9efbdb4bf47b83"
    destination_cidr_block    = "172.16.0.0/16"
    vpc_peering_connection_id = "pcx-0deef611eff6b29cf"
}