compute/dedicated_host_groups¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.dhg["azurecaf_name.dhg"]
azurerm_dedicated_host_group.dhg["azurerm_dedicated_host_group.dhg"]
azurerm_dedicated_host_group.dhg --> azurecaf_name.dhg
Module Reference¶
Category: compute
Path: modules/compute/dedicated_host_groups
Azure Resources: azurecaf_name, azurerm_dedicated_host_group
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"global_settings" |
"Global settings object (see module README.md)" | any |
yes | - |
- |
"client_config" |
"Client configuration object (see module README.md)." | any |
yes | - |
- |
"location" |
"(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource ... | string |
yes | - |
- |
"resource_group_name" |
"Name of the existing resource group to deploy the virtual machine" | any |
yes | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | map(any) |
yes | - |
- |
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"tags" |
any |
no | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the Dedicated Host Group." | - | azurerm_dedicated_host_group.dhg.id |
Sources¶
modules/compute/dedicated_host_groups/locals.tfmodules/compute/dedicated_host_groups/main.tfmodules/compute/dedicated_host_groups/module.tfmodules/compute/dedicated_host_groups/outputs.tfmodules/compute/dedicated_host_groups/variables.tf