cognitive_services/cognitive_account_customer_managed_key¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_cognitive_account_customer_managed_key.service["azurerm_cognitive_account_customer_managed_key.service"]
Module Reference¶
Category: cognitive_services
Path: modules/cognitive_services/cognitive_account_customer_managed_key
Azure Resources: azurerm_cognitive_account_customer_managed_key
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"cognitive_account_id" |
"The ID of the Cognitive Service Account." | string |
yes | - |
- |
"key_vault_key_id" |
"The ID of the Key Vault Key." | string |
yes | - |
- |
"identity_client_id" |
"The Client ID of the Managed Identity." | string |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the Cognitive Service Account." | - | azurerm_cognitive_account_customer_managed_key.service.id |
Sources¶
modules/cognitive_services/cognitive_account_customer_managed_key/cognitive_account_customer_managed_key.tfmodules/cognitive_services/cognitive_account_customer_managed_key/main.tfmodules/cognitive_services/cognitive_account_customer_managed_key/outputs.tfmodules/cognitive_services/cognitive_account_customer_managed_key/variables.tf