mitchellh / vagrant-google

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

Show friendly error on image not found + update the setup docs #257

Closed gdubicki closed 2 years ago

gdubicki commented 2 years ago
gdubicki commented 2 years ago

Oops, I was wrong. The image_project_id is NOT required, but https://github.com/fog/fog-google was missing the project_id of the image_family I was trying to use - rocky-linux-cloud for rocky-linux-8... This will be fixed by https://github.com/fog/fog-google/pull/557 .

gdubicki commented 2 years ago

@Temikus ?