security/disk_encryption_set_external¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_disk_encryption_set.encryption_set["azurerm_disk_encryption_set.encryption_set"]
Module Reference¶
Category: security
Path: modules/security/disk_encryption_set_external
Azure Resources: azurerm_disk_encryption_set
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
any |
yes | - |
- | |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
base_tags |
any |
no | {} |
- | |
settings |
The settings for the Azure resource. | any |
yes | - |
- |
key_vault_key_id |
any |
yes | - |
- | |
resource_group_name |
any |
yes | - |
- | |
location |
any |
yes | - |
- | |
managed_identities |
any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
principal_id |
- | azurerm_disk_encryption_set.encryption_set.identity[0].principal_id |
|
tenant_id |
- | azurerm_disk_encryption_set.encryption_set.identity[0].tenant_id |
|
id |
- | azurerm_disk_encryption_set.encryption_set.id |
|
rbac_id |
- | azurerm_disk_encryption_set.encryption_set.identity[0].principal_id |
Sources¶
modules/security/disk_encryption_set_external/disk_encryption_set.tfmodules/security/disk_encryption_set_external/main.tfmodules/security/disk_encryption_set_external/outputs.tfmodules/security/disk_encryption_set_external/variables.tf