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

Needs little update for newer TF version #2

Open
kennethgp opened this issue Sep 13, 2023 · 0 comments
Open

Needs little update for newer TF version #2

kennethgp opened this issue Sep 13, 2023 · 0 comments

Comments

@kennethgp
Copy link

Hi, I had to take out resource_group_name from lb-related resources. Also changed in lb rule:

backend_address_pool_id = azurerm_lb_backend_address_pool.lb.id

to

backend_address_pool_ids = [azurerm_lb_backend_address_pool.lb.id]

Other interesting thing is that forwarding worked right after the apply, I didn't have to run the routing script on hub machine 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant