This data source provides the list of Tunnel Security Associations in Oracle Cloud Infrastructure Core service.
Lists the tunnel security associations information for the specified IPSec tunnel ID.
data "oci_core_tunnel_security_associations" "test_tunnel_security_associations" {
#Required
ipsec_id = oci_core_ipsec.test_ipsec.id
tunnel_id = oci_core_tunnel.test_tunnel.id
}
The following arguments are supported:
ipsec_id
- (Required) The OCID of the IPSec connection.tunnel_id
- (Required) The OCID of the tunnel.The following attributes are exported:
tunnel_security_associations
- The list of tunnel_security_associations.The following attributes are exported:
cpe_subnet
- The IP address and mask of the partner subnet used in policy based VPNs or static routes.oracle_subnet
- The IP address and mask of the local subnet used in policy based VPNs or static routes.time
- Time in the current state, in seconds.tunnel_sa_error_info
- Current state if the IPSec tunnel status is not UP
, including phase one and phase two details and a possible reason the tunnel is not UP
. tunnel_sa_status
- The IPSec tunnel's phase one status.