Skip to content
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

Fixing registration_info bug #672

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixing registration_info bug #672

wants to merge 1 commit into from

Conversation

gbeaud
Copy link

@gbeaud gbeaud commented Feb 11, 2022

There is a regression with this operation in host.tf since terraform's registry.terraform.io/hashicorp/azurerm v2.92.0: registration_token = azurerm_virtual_desktop_host_pool.hostpool.registration_info[0].token

More background here: hashicorp/terraform-provider-azurerm#14953

I tested on my side and this fixes the issue - if you don't update this, your entire code will fail because hosts won't be able to retrieve the registration token to join the host pool.

I'm also proposing a change in main.tf, please accept both, thank you

There is a bug with this operation in host.tf since terraform's registry.terraform.io/hashicorp/azurerm v2.92.0: registration_token = azurerm_virtual_desktop_host_pool.hostpool.registration_info[0].token

More background here: hashicorp/terraform-provider-azurerm#14953

I tested on my side and this fixes the issue - if you don't update this, your entire code will fail because hosts won't be able to retrieve the registration token to join the host pool.

I'm also proposing a change in main.tf, please accept both, thank you
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants