Skip to content

compute/wvd_host_pool

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.wvdpool["azurecaf_name.wvdpool"] azurerm_virtual_desktop_host_pool.wvdpool["azurerm_virtual_desktop_host_pool.wvdpool"] azurerm_virtual_desktop_host_pool_registration_info.wvdpool["azurerm_virtual_desktop_host_pool_registration_info.wvdpool"] module.diagnostics["module.diagnostics"] azurerm_virtual_desktop_host_pool.wvdpool --> azurecaf_name.wvdpool azurerm_virtual_desktop_host_pool_registration_info.wvdpool --> azurerm_virtual_desktop_host_pool.wvdpool module.diagnostics --> azurerm_virtual_desktop_host_pool.wvdpool

Module Reference

Category: compute
Path: modules/compute/wvd_host_pool
Azure Resources: azurecaf_name, azurerm_virtual_desktop_host_pool, azurerm_virtual_desktop_host_pool_registration_info

Inputs

Name Description Type Required Default Validation
"settings" "The settings for the Azure resource." any yes - -
"global_settings" any yes - -
"location" "location of the resource if different from the resource group." string no - -
"resource_group_name" "Resource group object to deploy the Azure resource" string no - -
"resource_group" "Resource group object to deploy the Azure resource" any yes - -
"base_tags" "Base tags for the resource to be inherited from the resource group." bool yes - -
"wvd_host_pools" any no {} -
"name" any no {} -
"diagnostic_profiles" any no {} -
"diagnostics" any yes - -

Outputs

Name Description Sensitive Value
"id" - azurerm_virtual_desktop_host_pool.wvdpool.id
"name" - azurerm_virtual_desktop_host_pool.wvdpool.name
"token" true azurerm_virtual_desktop_host_pool_registration_info.wvdpool.token
"resource_group_name" - local.resource_group_name
"location" - local.location

Sources

  • modules/compute/wvd_host_pool/diagnostics.tf
  • modules/compute/wvd_host_pool/locals.tf
  • modules/compute/wvd_host_pool/main.tf
  • modules/compute/wvd_host_pool/outputs.tf
  • modules/compute/wvd_host_pool/variables.tf
  • modules/compute/wvd_host_pool/virtual_desktop_host_pool.tf