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
Updating the variable public-applications should allow modification of the load balancer to attach new healthprobes and rules. This works in azurerm < 2.18.0
Actual Behavior
The initial apply works fine, however once the VM Scale set has attached its NICs to the load balancer's backend pool, attempting to add new healthprobes/rules returns an error.
Steps to Reproduce
Apply the configuration to deploy the load balancer, health probes, backend pool, VM scale set. terraform apply
Uncomment the "breaks" entry in the public-applications variable. Attempting to add a new healthProbe doesn't work. terraform apply
Important Factoids
Standard Azure
References
#0000
The text was updated successfully, but these errors were encountered:
Just get a closer look at the output log, the error is actually thrown out from the load balancer. And one big change between 2.17 and 2.18 in load balancer is that we update the api-version of the network service.
@LeankitJSmith thank you for submitting this and I'm sorry you are experiencing it.
This is a duplicate of #7691, so I am going to close this issue in favor of that one. You might want to subscribe that issue to track the progress. Thanks!
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
Aug 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
terraform -v
Terraform v0.12.28
azurerm provider version 2.18.0 is the first version in which this starts to fail.
Affected Resource(s)
azurerm_linux_virtual_machine_scale_set
azurerm_lb_backend_address_pool
; andazurerm_lb_probe
Terraform Configuration Files
Debug Output
https://gist.github.com/LeankitJSmith/7be03f85250a18d7c47814b492c9abf7
Expected Behavior
Updating the variable public-applications should allow modification of the load balancer to attach new healthprobes and rules. This works in azurerm < 2.18.0
Actual Behavior
The initial apply works fine, however once the VM Scale set has attached its NICs to the load balancer's backend pool, attempting to add new healthprobes/rules returns an error.
Steps to Reproduce
terraform apply
terraform apply
Important Factoids
Standard Azure
References
The text was updated successfully, but these errors were encountered: