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| Name | Type | Description | Sensitive |
|---|---|---|---|
| tunnel1_preshared_key | — | The preshared key of the first VPN tunnel. | sensitive |
| tunnel2_preshared_key | — | The preshared key of the second VPN tunnel. | sensitive |
| vpn_connection_customer_gateway_configuration | — | The configuration information for the VPN connection's customer gateway (in the native XML format) if `create_vpn_connection = true`, or empty otherwise | sensitive |
| vpn_connection_id | — | A list with the VPN Connection ID if `create_vpn_connection = true`, or empty otherwise | — |
| vpn_connection_transit_gateway_attachment_id | — | The transit gateway attachment ID that was generated when attaching this VPN connection. | — |
| vpn_connection_tunnel1_address | — | A 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_address | — | A 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_address | — | A 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_address | — | A 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_address | — | A 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_address | — | A 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 | — |