azurerm_site_recovery_replication_recovery_plan

Get information about an Azure Site Recovery Plan within a Recovery Services vault. A recovery plan gathers machines into recovery groups for the purpose of failover.

Example Usage

data "azurerm_recovery_services_vault" "vault" {
  name                = "tfex-recovery_vault"
  resource_group_name = "tfex-resource_group"
}

data "azurerm_site_recovery_replication_recovery_plan" "example" {
  name              = "example-recovery-plan"
  recovery_vault_id = data.azurerm_recovery_services_vault.vault.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to the arguments above, the following attributes are exported:


A recovery_groups block supports the following:


An action block supports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: