Data Source: oci_core_ipsec_connection_tunnel

This data source provides details about a specific Ip Sec Connection Tunnel resource in Oracle Cloud Infrastructure Core service.

Gets the specified IPSec connection’s specified tunnel basic information.

Example Usage

data "oci_core_ipsec_connection_tunnel" "test_ip_sec_connection_tunnel" {
	#Required
	ipsec_id = oci_core_ipsec.test_ipsec.id
	tunnel_id = data.oci_core_ipsec_connection_tunnels.test_ip_sec_connection_tunnels.ip_sec_connection_tunnels[0].id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: