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
Proposed: support Load Balancers on Azure by introducing a new resource azurerm_load_balancer. It looks like the azurerm_network_interface already supports being placed in the backend pool of a load balancer, and there's already support for azurerm_public_ip to provide as frontend ip configurations to the load balancer.
The text was updated successfully, but these errors were encountered:
Hi @colemickens! This is being worked on in #6467, #6429 and (originally) #4343. Unfortunately "add support for" is a rather large job as the API is rather complex. Given that there are open pull requests for review, I'm going to close this issue in favour of discussion continuing on the relevant pull requests.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 25, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
providers/azurerm: support load balancers
Proposed: support Load Balancers on Azure by introducing a new resource
azurerm_load_balancer
. It looks like theazurerm_network_interface
already supports being placed in the backend pool of a load balancer, and there's already support forazurerm_public_ip
to provide as frontend ip configurations to the load balancer.The text was updated successfully, but these errors were encountered: