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
I have tried the following:
different terraform versions 0.12.2 + 0.12.20 + 0.13.5
different stack provider versions 0.8.1 + 0.9.0
I can provision a public ip address and the load balancer but as soon as I assign the public ip address to the load balancer
public_ip_address_id = "${azurestack_public_ip.pips.id}"
I get the above error
I can successfully provision a AzureStack LB using private ip address etc.
The text was updated successfully, but these errors were encountered:
Unable to assign azurestack load balancer with a public ip address, copied the supporting documentation
Keep getting the following error
Error: Cycle: azurestack_public_ip.pips, azurestack_lb.lb
I have tried the following:
different terraform versions 0.12.2 + 0.12.20 + 0.13.5
different stack provider versions 0.8.1 + 0.9.0
I can provision a public ip address and the load balancer but as soon as I assign the public ip address to the load balancer
public_ip_address_id = "${azurestack_public_ip.pips.id}"
I get the above error
I can successfully provision a AzureStack LB using private ip address etc.
The text was updated successfully, but these errors were encountered: