Carlos Miguel Garcia
Carlos Miguel Garcia
I am having the same issue, and also with `grpcurl`
@nywilken thank you so much for taking the time to review! I initially thought of adding both fields `use_internal_ip` and `omit_external_ip` in order to be consistent with the fields the...
@nywilken whenever you have some time, please let me know if my [comment](https://github.com/hashicorp/packer-plugin-googlecompute/pull/211#issuecomment-2008300399) above makes more sense, or if you think it would be better to go forward with the...
@nywilken I pushed a [commit](https://github.com/hashicorp/packer-plugin-googlecompute/pull/211/commits/4fa2ddf5ff396e29c87d75a81a9691cdbf84010d) for adding a validation error on case `#3` in my [comment](https://github.com/hashicorp/packer-plugin-googlecompute/pull/211#issuecomment-2008300399) above. Please review it when you have the time. Thanks.
Hi @lbajolet-hashicorp, I've submitted this PR with some enhancements to the `googlecompute-export` post-processor, and I'd appreciate it if you could take a look whenever you have a moment. Let me...
@lbajolet-hashicorp thanks for the review! The changes you suggested make much more sense, I have implemented them. I realize that `UseInternalIP` is only used by the builder's `StepInstanceInfo`. I also...