Improve this page

Back to AWS Terraform templates index <–

vpn connection route

vpn connection route by the Sogeti community

Template Locations

Online documentation

Template reference
Service description

module "aws_vpn_connection_route" {
    region = "us-east-1"
    destination_cidr_block = "192.168.10.0/24"
    vpn_connection_id = "vpn-080334ab20248db4a"
}