Data Source: oci_core_vtaps

This data source provides the list of Vtaps in Oracle Cloud Infrastructure Core service.

Lists the virtual test access points (VTAPs) in the specified compartment.

Example Usage

data "oci_core_vtaps" "test_vtaps" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    display_name = var.vtap_display_name
    is_vtap_enabled = var.vtap_is_vtap_enabled
    source = var.vtap_source
    state = var.vtap_state
    target_id = oci_cloud_guard_target.test_target.id
    target_ip = var.vtap_target_ip
    vcn_id = oci_core_vcn.test_vcn.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Vtap Reference

The following attributes are exported: