Data Source: oci_disaster_recovery_dr_plans

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

Get a summary list of all DR plans for a DR protection group.

Example Usage

data "oci_disaster_recovery_dr_plans" "test_dr_plans" {
	#Required
	dr_protection_group_id = oci_disaster_recovery_dr_protection_group.test_dr_protection_group.id

	#Optional
	display_name = var.dr_plan_display_name
	dr_plan_id = oci_disaster_recovery_dr_plan.test_dr_plan.id
	dr_plan_type = var.dr_plan_dr_plan_type
	state = var.dr_plan_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DrPlan Reference

The following attributes are exported: