» Data Source: azurerm_key_vault_access_policy

Use this data source to access information about the permissions from the Management Key Vault Templates.

» Example Usage

data "azurerm_key_vault_access_policy" "contributor" {
  name = "Key Management"
}

output "access_policy_key_permissions" {
  value = "${data.azurerm_key_vault_access_policy.key_permissions}"
}

» Argument Reference

  • name - (Required) Specifies the name of the Management Template. Possible values are: Key Management, Secret Management, Certificate Management, Key & Secret Management, Key & Certificate Management, Secret & Certificate Management, Key, Secret, & Certificate Management

» Attributes Reference