AWS VPN Gateway Terraform module

Version4.0.0
Upstream version 4.0.0
0 controls from Registry requirements

Terraform Module Source

registry.compliance.tf/terraform-aws-modules/vpn-gateway/aws
NameTypeDescriptionSensitive
tunnel1_preshared_keyThe preshared key of the first VPN tunnel.sensitive
tunnel2_preshared_keyThe preshared key of the second VPN tunnel.sensitive
vpn_connection_customer_gateway_configurationThe configuration information for the VPN connection's customer gateway (in the native XML format) if `create_vpn_connection = true`, or empty otherwisesensitive
vpn_connection_idA list with the VPN Connection ID if `create_vpn_connection = true`, or empty otherwise
vpn_connection_transit_gateway_attachment_idThe transit gateway attachment ID that was generated when attaching this VPN connection.
vpn_connection_tunnel1_addressA list with the the public IP address of the first VPN tunnel if `create_vpn_connection = true`, or empty otherwise
vpn_connection_tunnel1_cgw_inside_addressA list with the the RFC 6890 link-local address of the first VPN tunnel (Customer Gateway Side) if `create_vpn_connection = true`, or empty otherwise
vpn_connection_tunnel1_vgw_inside_addressA list with the the RFC 6890 link-local address of the first VPN tunnel (VPN Gateway Side) if `create_vpn_connection = true`, or empty otherwise
vpn_connection_tunnel2_addressA list with the the public IP address of the second VPN tunnel if `create_vpn_connection = true`, or empty otherwise
vpn_connection_tunnel2_cgw_inside_addressA list with the the RFC 6890 link-local address of the second VPN tunnel (Customer Gateway Side) if `create_vpn_connection = true`, or empty otherwise
vpn_connection_tunnel2_vgw_inside_addressA list with the the RFC 6890 link-local address of the second VPN tunnel (VPN Gateway Side) if `create_vpn_connection = true`, or empty otherwise