Data Source: azurerm_key_vault

Use this data source to access information about an existing Key Vault.

Example Usage

data "azurerm_key_vault" "example" {
  name                = "mykeyvault"
  resource_group_name = "some-resource-group"
}

output "vault_uri" {
  value = data.azurerm_key_vault.example.vault_uri
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

An access_policy block supports the following:

Timeouts

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