Data Source: oci_datacc_vm_instances

This data source provides the list of Vm Instances in Oracle Cloud Infrastructure Datacc service.

Obtain a list of VM instances.

Example Usage

data "oci_datacc_vm_instances" "test_vm_instances" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	base_server_id = oci_datacc_base_server.test_base_server.id
	display_name = var.vm_instance_display_name
	infrastructure_id = oci_datacc_infrastructure.test_infrastructure.id
	state = var.vm_instance_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

VmInstance Reference

The following attributes are exported: