Data Source: oci_database_autonomous_virtual_machines

This data source provides the list of Autonomous Virtual Machines in Oracle Cloud Infrastructure Database service.

Lists the Autonomous Virtual Machines in the specified Autonomous VM Cluster and Compartment.

Example Usage

data "oci_database_autonomous_virtual_machines" "test_autonomous_virtual_machines" {
    #Required
    autonomous_vm_cluster_id = oci_database_autonomous_vm_cluster.test_autonomous_vm_cluster.id
    compartment_id = var.compartment_id

    #Optional
    state = var.autonomous_virtual_machine_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

AutonomousVirtualMachine Reference

The following attributes are exported: