format
This commit is contained in:
@ -10,12 +10,12 @@ output "azure_virtual_desktop_host_pool" {
|
||||
|
||||
output "azurerm_virtual_desktop_application_group" {
|
||||
description = "Name of the Azure Virtual Desktop DAG"
|
||||
value = azurerm_virtual_desktop_application_group.dag.name
|
||||
value = azurerm_virtual_desktop_application_group.dag.name
|
||||
}
|
||||
|
||||
output "azurerm_virtual_desktop_workspace" {
|
||||
description = "Name of the Azure Virtual Desktop workspace"
|
||||
value = azurerm_virtual_desktop_workspace.workspace.name
|
||||
value = azurerm_virtual_desktop_workspace.workspace.name
|
||||
}
|
||||
|
||||
output "location" {
|
||||
|
Reference in New Issue
Block a user