Data Source: azurerm_key_vault_certificate_issuer

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

Example Usage

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

data "azurerm_key_vault_certificate_issuer" "example" {
  name         = "existing"
  key_vault_id = data.azurerm_key_vault.example.id
}

output "id" {
  value = data.azurerm_key_vault_certificate_issuer.example.id
}

Arguments Reference

The following arguments are supported:

Attributes Reference

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


An admin block exports the following:

Timeouts

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