Improve this page

Back to AWS Terraform templates index <–

vpn connection

vpn connection by the Sogeti community

Template Locations

Online documentation

Template reference
Service description

module "aws_vpn_connection" {
    region = "us-east-1"
    vpn_gateway_id = "vgw-06fc3bd533b1f190b"
    customer_gateway_id = "172.0.0.1"
    static_routes_only = true
    vpn_connection_name = "cb_vpn_connection"
    type = "ipsec.1"
}