Skip to content

compute/dedicated_hosts

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurecaf_name.dh["azurecaf_name.dh"] azurerm_dedicated_host.dh["azurerm_dedicated_host.dh"] azurerm_dedicated_host.dh --> azurecaf_name.dh

Module Reference

Category: compute
Path: modules/compute/dedicated_hosts
Azure Resources: azurecaf_name, azurerm_dedicated_host

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 - -
"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 - -
"dedicated_host_group_id" "The ID of the dedicated host group" string yes - -

Outputs

Name Description Sensitive Value
"id" "The ID of the Dedicated Host." - azurerm_dedicated_host.dh.id

Sources

  • modules/compute/dedicated_hosts/locals.tf
  • modules/compute/dedicated_hosts/main.tf
  • modules/compute/dedicated_hosts/module.tf
  • modules/compute/dedicated_hosts/outputs.tf
  • modules/compute/dedicated_hosts/variables.tf