security/keyvault_certificate_issuer¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_key_vault_certificate_issuer.keycertisr["azurerm_key_vault_certificate_issuer.keycertisr"]
Module Reference¶
Category: security
Path: modules/security/keyvault_certificate_issuer
Azure Resources: azurerm_key_vault_certificate_issuer
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"global_settings" |
"Global settings object (see module README.md)" | any |
yes | - |
- |
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"resource_group_name" |
"(Required) The name of the resource group where to create the resource." | string |
yes | - |
- |
"location" |
"(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource ... | string |
yes | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | map(any) |
yes | - |
- |
"password" |
any |
yes | - |
- | |
"keyvault_id" |
any |
no | - |
- | |
"organization_id" |
any |
no | - |
- | |
"provider_name" |
any |
no | - |
- | |
"account_id" |
any |
no | - |
- | |
"issuer_name" |
any |
no | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
- | azurerm_key_vault_certificate_issuer.keycertisr.id |
|
"name" |
- | azurerm_key_vault_certificate_issuer.keycertisr.name |
Sources¶
modules/security/keyvault_certificate_issuer/cert_issuer.tfmodules/security/keyvault_certificate_issuer/main.tfmodules/security/keyvault_certificate_issuer/outputs.tfmodules/security/keyvault_certificate_issuer/variables.tf