-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Add support for using a GCP Image Family #8083
Conversation
I figured out how to run the acceptance tests, saw they weren't working properly, and then fixed them. I also had to modify the test for these image families, as Google doesn't have/support a Debian 7 image family.
Side note: Should the other acceptance tests in this project be updated to use Debian 8 too? |
I've squashed the commits and rebased. Removing WIP tag as I think this might be ready for review/merge. |
@evandbrown would love your thoughts on this PR :) |
This is awesome. Thanks, @cblecker! Only one nit: mind adding a comment to the After that, LGTM. Thanks for taking the time to contribute solid, useful stuff to the Google provider, Christoph! |
@evandbrown -- Updated the comments to be a bit more clear. Mind taking another look? |
LGTM! @stack72, cool if push the merge button on this one? :) |
done! Thanks @cblecker :) |
awesome @cblecker ! |
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. |
Please excuse any mistakes in this as it's my first attempt at a PR for Terraform :)
When I dug into #7562 a bit more, it looked easier than I initially thought to use the image family api instead of the regular image api.
I haven't updated the documentation or anything yet, but I wanted to ensure I'm on the right track. I tested this with my terraform config, and it seemed to work as expected.