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

2 count parameters in "azurerm_lb_nat_rule" "azlb" resource #12

Closed
horsey opened this issue Jan 24, 2018 · 3 comments
Closed

2 count parameters in "azurerm_lb_nat_rule" "azlb" resource #12

horsey opened this issue Jan 24, 2018 · 3 comments
Assignees

Comments

@horsey
Copy link
Contributor

horsey commented Jan 24, 2018

I observe that there are 2 count parameters in the azurerm_lb_nat_rule resource:
count = "${length(var.remote_port)}"
&
count = "${var.number_of_endpoints}"
Is this intentional? If so, how does it play out during execution?

@horsey
Copy link
Contributor Author

horsey commented Jan 24, 2018

I see that PR #10 fixes this. Not merged it?

@dtzar
Copy link
Contributor

dtzar commented Jan 24, 2018

Correct 10 PR fixes this. I'm waiting on someone else to review my code so it can get merged.

@dcaro dcaro self-assigned this Jan 26, 2018
@dcaro
Copy link
Contributor

dcaro commented Jan 27, 2018

@horsey, thanks for opening this issue. I have just approved and merged #10.

@dcaro dcaro closed this as completed Jan 27, 2018
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

3 participants