-
Notifications
You must be signed in to change notification settings - Fork 180
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
bbl up fails on Azure (public IPs not available) #245
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/154708010 The labels on this github issue will be updated when the story is started. |
We haven't seen that issue locally. I'll try to reproduce and potentially add their |
That issue seems to be releated to dynamically allocated IPs. We chose static allocation so the resource should be available at the time that the outputs are printed during |
I reverted to terraform azure provider |
I’ll check which version I was running locally as soon as I get to the office. We’re you able to reproduce with 1.1.0 then? |
Yes, reproduced. |
Made a PR to the azure provider here: hashicorp/terraform-provider-azurerm#772 |
We pinned the provider temporarily and this will be out in the next release of bbl! |
I downloaded the v6.0 binary from the releases page and tried to do a
bbl plan
+bbl up
on Azure. Thebbl up
step fails with the following errors:I tore everything down, went back to v5.11.5, re-planned, and got the same result. It seems this may be related to hashicorp/terraform-provider-azurerm#310.
The text was updated successfully, but these errors were encountered: