This commit is contained in:
Jen Sheerin 2022-03-28 21:52:14 -04:00
parent d0af975d18
commit b562c8a2fc
2 changed files with 4 additions and 4 deletions

View File

@ -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" {

View File

@ -52,8 +52,8 @@ variable "ad_vnet" {
}
variable "rfc3339" {
type = string
default = "2022-03-30T12:43:13Z"
type = string
default = "2022-03-30T12:43:13Z"
description = "Registration token expiration"
}