Data Source: azurerm_key_vault_managed_hardware_security_module_role_definition

Use this data source to access information about an existing KeyVault Role Definition.

Example Usage

data "azurerm_key_vault_managed_hardware_security_module_role_definition" "example" {
  vault_base_url = azurerm_key_vault_managed_hardware_security_module.test.hsm_uri
  name           = "21dbd100-6940-42c2-9190-5d6cb909625b"
}

output "id" {
  value = data.azurerm_key_vault_managed_hardware_security_module_role_definition.example.resource_manager_id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


A permission block exports the following:

Timeouts

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