Use this data source to access the properties of a 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 - (Required) Specifies the name of the Recovery Services Vault.
resource_group_name - (Required) 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.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/azurerm/d/recovery_services_vault.html