Data Source: azurerm_key_vault_managed_hardware_security_module

Use this data source to access information about an existing Key Vault Managed Hardware Security Module.

Example Usage

data "azurerm_key_vault_managed_hardware_security_module" "example" {
  name                = "mykeyvaultHsm"
  resource_group_name = "some-resource-group"
}

output "hsm_uri" {
  value = data.azurerm_key_vault_managed_hardware_security_module.example.hsm_uri
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Timeouts

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