Data Source: oci_multicloud_network_anchors

This data source provides the list of Network Anchors in Oracle Cloud Infrastructure Multicloud service.

Lists network anchors in the specified Multicloud subscription, Multicloud compartment, and partner cloud region. Details listed for each resource include name, state, VCN, and ODB network ID. For more information, see Listing Network Anchors.

Example Usage

data "oci_multicloud_network_anchors" "test_network_anchors" {

	#Optional
	compartment_id 					= var.compartment_id
	subscription_id 				= var.subscription_id
	subscription_service_name 		= var.subscription_service_name
	network_anchor_lifecycle_state 	= var.network_anchor_lifecycle_state
	display_name 					= var.display_name
	external_location 				= var.external_location
	network_anchor_oci_subnet_id 	= var.network_anchor_oci_subnet_id
	network_anchor_oci_vcn_id 		= var.network_anchor_oci_vcn_id
	id 								= var.id
	should_fetch_vcn_name 			= var.should_fetch_vcn_name
}

Argument Reference

The following arguments are supported:

Note: one of the arguments compartment_id or id must be specified.

Attributes Reference

The following attributes are exported:

NetworkAnchor Reference

The following attributes are exported