Data Source: oci_service_mesh_virtual_deployments

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

Returns a list of VirtualDeployments.

Example Usage

data "oci_service_mesh_virtual_deployments" "test_virtual_deployments" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	id = var.virtual_deployment_id
	name = var.virtual_deployment_name
	state = var.virtual_deployment_state
	virtual_service_id = oci_service_mesh_virtual_service.test_virtual_service.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VirtualDeployment Reference

The following attributes are exported: