-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix pinning of machine_type #2 #172
Conversation
Signed-off-by: dimisjim <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a lot for your work on this pull request, and apologies for the delay in merging.
I do have a question regarding the format “To pin to one, use the following format: projects/cos-cloud/global/images/cos-stable-109-17800-147-54.” Is this different from the format we currently use when relying on the default behavior?
Thanks for the review!
I am not sure what you mean by this exactly. What this PR does, is that it adds the possibility to pin the vm image to a particular one, so that terraform does not output any drift if a new one is released (they correspond to these OS versions and milestones of COS). This is done by setting the |
Thanks! I think I misinterpreted something while reading through the previous comments. LGTM! We’ll just need to test whether this is a breaking change. Could you check on this, @cblkwell, @DanielRieske, or @d-costa? I currently don’t have access to a Google Cloud project where I can roll this out. After reviewing the source code of |
Thank you for your contribution, @dimisjim 👏🏼! Apologies for the delay in getting this merged. |
This has been released in v4.2.0. |
continuation of: #149
what
Achieve pinning of COS image by fixing behavior of machine_image var and input to downstream container module
why
references