Data Source: oci_service_mesh_virtual_services

This data source provides the list of Virtual Services in Oracle Cloud Infrastructure Service Mesh service.

Returns a list of VirtualService objects.

Example Usage

data "oci_service_mesh_virtual_services" "test_virtual_services" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	id = var.virtual_service_id
	mesh_id = oci_service_mesh_mesh.test_mesh.id
	name = var.virtual_service_name
	state = var.virtual_service_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VirtualService Reference

The following attributes are exported: