Use this data source to access information about an existing Recovery Services Vault.
data "azurerm_recovery_services_vault" "vault" {
name = "tfex-recovery_vault"
resource_group_name = "tfex-resource_group"
}
The following arguments are supported:
name
- Specifies the name of the Recovery Services Vault.
resource_group_name
- The name of the resource group in which the Recovery Services Vault resides.
The following attributes are exported:
id
- The ID of the Recovery Services Vault.
location
- The Azure location where the resource resides.
tags
- A mapping of tags assigned to the resource.
sku
- The vault's current SKU.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Recovery Services Vault.