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
Instead of having a singular string output, can this instead be an array for however many IP configurations are present? Any particular reason why it was written this way initially, with a break? Is there a different way to access a particular IP configuration?
The text was updated successfully, but these errors were encountered:
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Apr 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.11.0
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Output should have been filled with the private IP of the second frontend_ip_configuration
Actual Behavior
Important Factoids
Relevant code appears to be here: https://github.com/terraform-providers/terraform-provider-azurerm/blob/58ad2a32660d05291ca5569651c28c8a0c92bf81/azurerm/resource_arm_loadbalancer.go#L184
Instead of having a singular string output, can this instead be an array for however many IP configurations are present? Any particular reason why it was written this way initially, with a
break
? Is there a different way to access a particular IP configuration?The text was updated successfully, but these errors were encountered: