You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v1.0.8
on windows_amd64
Affected Resource(s)
azurerm_XXXXX
azurerm_virtual_desktop_application_group
Terraform Configuration Files
resource "azurerm_virtual_desktop_application_group" "desktopapp" {
name = "appgroupdesktop"
location = azurerm_resource_group.example.location
resource_group_name = azurerm_resource_group.example.name
type = "Desktop"
host_pool_id = azurerm_virtual_desktop_host_pool.personalautomatic.id
friendly_name = "TestAppGroup"
description = "Acceptance Test: An application group"
}
Debug Output
Panic Output
Expected Behaviour
friendly_name = TestAppGroup
Actual Behaviour
friendly_name = sessionDesktop
(which is the default it seems)
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: