-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Copy network_interface attributes back to state on resourceComputeInstanceRead(). (Fixes #519) #536
Conversation
- There is a problem with 1.0+ that we see when trying to create the dns entry for the opsman instance. Related PR: hashicorp/terraform-provider-google#536 Signed-off-by: Dave McClure <[email protected]>
@paddycarver, gentle bump? |
Is there any news on this one? |
@paddycarver The |
=== RUN TestAccComputeInstance_GenerateIP
--- PASS: TestAccComputeInstance_GenerateIP (181.66s) Thank you Peter for the fix! It will be included in the next release of the google provider. |
@rosbo thanks for merging this. any idea when will be the next release ? this is a kind of blocker to us. |
Yes please—what is the ETA for release? |
@christopher-demarco You can pin the google provider version in your template to |
Where is the "thank-you-internet-beer-for-you" emoji? |
We definitely want to get a release out with this fix ASAP. I can't share an ETA until I have spoken with @paddycarver. Stay tuned. |
Apologies all, busy day. Thanks @rosbo for the merge. We've got one last bug we're trying to fix, and are anticipating a release rather soon. I can't promise dates, but we're aware of the urgency of getting a bugfix release out for this. Sorry for the issues. |
Thanks folks, it's super-appreciated. FLOSS devs are the best! |
Verified the network_interface.0.address works now after the 1.1.0 released |
…p#536) <!-- This change is generated by MagicModules. --> /cc @rileykarson
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! |
Fixes #519.
Added an acceptance test for coverage.