Data Source: oci_disaster_recovery_dr_protection_groups

This data source provides the list of Dr Protection Groups in Oracle Cloud Infrastructure Disaster Recovery service.

Get a summary list of all DR protection groups in a compartment.

Example Usage

data "oci_disaster_recovery_dr_protection_groups" "test_dr_protection_groups" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    display_name = var.dr_protection_group_display_name
    dr_protection_group_id = oci_disaster_recovery_dr_protection_group.test_dr_protection_group.id
    lifecycle_sub_state = var.dr_protection_group_lifecycle_sub_state
    role = var.dr_protection_group_role
    state = var.dr_protection_group_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DrProtectionGroup Reference

The following attributes are exported: