mitchellh / vagrant-google

Vagrant provider for GCE.
Apache License 2.0
334 stars 100 forks source link

Add config option for image project id #186

Closed seanmalloy closed 6 years ago

seanmalloy commented 6 years ago

The new config option image_project_id allows specifying which GCP project the image or image_family resides in. Allows using a custom GCE image that is in a different project than the project that the GCE instance will be created in.

Fixes #161

seanmalloy commented 6 years ago

@Temikus and @erjohnso let me know if any changes are required before this one can be merged. Thanks!

erjohnso commented 6 years ago

LGTM, thank you @seanmalloy! I'll give @Temikus a few days to review also, but otherwise I think this can be merged.

Temikus commented 6 years ago

LGTM. Thanks @seanmalloy!

@erjohnso please do the honours :)