format
This commit is contained in:
parent
d0af975d18
commit
b562c8a2fc
@ -10,12 +10,12 @@ output "azure_virtual_desktop_host_pool" {
|
|||||||
|
|
||||||
output "azurerm_virtual_desktop_application_group" {
|
output "azurerm_virtual_desktop_application_group" {
|
||||||
description = "Name of the Azure Virtual Desktop DAG"
|
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" {
|
output "azurerm_virtual_desktop_workspace" {
|
||||||
description = "Name of the Azure 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" {
|
output "location" {
|
||||||
|
@ -52,8 +52,8 @@ variable "ad_vnet" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
variable "rfc3339" {
|
variable "rfc3339" {
|
||||||
type = string
|
type = string
|
||||||
default = "2022-03-30T12:43:13Z"
|
default = "2022-03-30T12:43:13Z"
|
||||||
description = "Registration token expiration"
|
description = "Registration token expiration"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user