Skip to content

compute/wvd_workspace

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.wvdws["azurecaf_name.wvdws"] azurerm_virtual_desktop_workspace.wvdws["azurerm_virtual_desktop_workspace.wvdws"] module.diagnostics["module.diagnostics"] azurerm_virtual_desktop_workspace.wvdws --> azurecaf_name.wvdws module.diagnostics --> azurerm_virtual_desktop_workspace.wvdws

Module Reference

Category: compute
Path: modules/compute/wvd_workspace
Azure Resources: azurecaf_name, azurerm_virtual_desktop_workspace

Inputs

Name Description Type Required Default Validation
settings The settings for the Azure resource. any yes - -
global_settings any yes - -
wvd_workspaces any no {} -
name any no {} -
diagnostic_profiles any no {} -
diagnostics 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 - -

Outputs

Name Description Sensitive Value
id - azurerm_virtual_desktop_workspace.wvdws.id

Sources

  • modules/compute/wvd_workspace/diagnostics.tf
  • modules/compute/wvd_workspace/locals.tf
  • modules/compute/wvd_workspace/main.tf
  • modules/compute/wvd_workspace/outputs.tf
  • modules/compute/wvd_workspace/variables.tf
  • modules/compute/wvd_workspace/virtual_desktop_workspace.tf