-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parsing the HostPool ID: the segment at position 6 didn't match #23363
Comments
Hi @georgeollis thanks for opening this issue. It is worth mentioning that Terraform provider replies on Azure Rest API to manage Azure resources. Because the |
@sinbai If I create a Terraform host resource and output the host pool ID. It is returned as hostpools and not hostPools. Is that by design? If so, that doesn't work. If I deploy an application group resource, I need to specify a host_pool_id, which I would get by deploying the host pool resource, but I cannot specify the dependency because of the error. The application group can't use the host pool. |
It appears to be working now... thanks. |
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. |
Is there an existing issue for this?
Community Note
Terraform Version
1.5.5
AzureRM Provider Version
3.74.0
Affected Resource(s)/Data Source(s)
azurerm_virtual_desktop_application_group
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Should the host_pool_id value be using hostpools or hostPools? Currently, this is breaking deployments because getting the host pool resource ID via the Azure Portal using the following format:
/subscriptions/xxxxxx/resourceGroups/application_gateway_demo/providers/Microsoft.DesktopVirtualization/hostpools/test
However, Terraform is expecting it to use hostPools instead of hostpools.
Actual Behaviour
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: