Packer custom image is missing storage-location option. #1122
Closed
ek-nag
started this conversation in
Ideas and feature requests
Replies: 2 comments 1 reply
-
Thank you for reaching out. We are tracking this as a feature request. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This option has been added in #1123 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a custom image for my HPC cluster deployment. A resource creation outside certain zones is restricted in my project. Therefore, I need to be able to choose a location where to store the image.
In GCP GUI console, I can specify it like in the figure below.
But, if I create an image using
modules/packer/custom-image
module, it defaults toMulti-regional
and there is no way to choose a specific region. Therefore, I run into the following error:Snippet from my blueprint:
CLI gcloud example:
Would it be possible to add an equivalent of
--storage-location
tomodules/packer/custom-image
module?Beta Was this translation helpful? Give feedback.
All reactions