Requests automatic route propagation between a VPN gateway and a route table.
resource "aws_vpn_gateway_route_propagation" "example" {
vpn_gateway_id = aws_vpn_gateway.example.id
route_table_id = aws_route_table.example.id
}
The following arguments are required:
vpn_gateway_id
- The id of the aws_vpn_gateway
to propagate routes from.route_table_id
- The id of the aws_route_table
to propagate routes into.This resource exports no additional attributes.
create
- (Default 2m
)delete
- (Default 2m
)