-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/google: Support static private IP addresses #6310
Conversation
Can we expect this to be merged by v0.7? |
Hey @evandbrown Any chance you could rebase this on master? I have ran the tests and they look good :)
Does this need a docs update? Thanks Paul |
The private address of an instance's network interface may now be specified. If no value is provided, an address will be chosen by Google Compute Engine and that value will be read into Terraform state.
24a60be
to
f078fc2
Compare
@stack72 rebased, and d'oh on the missing docs. That's there now. Thanks! |
@evandbrown thanks :) LGTM now P |
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. |
The private address of an instance's network interface may now be specified.
If no value is provided, an address will be chosen by Google Compute Engine
and that value will be read into Terraform state.