packer-plugin-googlecompute icon indicating copy to clipboard operation
packer-plugin-googlecompute copied to clipboard

Packer plugin for Google Compute Builder

Results 66 packer-plugin-googlecompute issues
Sort by recently updated
recently updated
newest added

Fix the step "start tunnel" after refactoring [849dee](https://github.com/hashicorp/packer-plugin-googlecompute/commit/849deeecfa3ea309b03fcd3f8f87a0187d328995) Because the warning "_account_file is deprecated, please use either credentials_json or credentials_file instead_" was confusing and caused misunderstanding.

Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests. #### Community Note Please vote on this issue by...

enhancement

Hi, your friend Packer maintainer here\! I am opening this issue as a follow-up to the [github.com/zclconf/go-cty breaking change issue](https://github.com/hashicorp/packer-plugin-sdk/issues/188) we opened on Packer Plugin SDK last year. With this...

Introduces an option, `oslogin_ssh_username`, to customize the SSH username used with OS Login, enabling explicit control or normalization for federated identities. Improves compatibility across authentication methods and documents the new...

I'm trying to create a GCE VM image in my GCP test organization using the example below: ``` source "googlecompute" "basic-example" { project_id = "my-project-id" source_image = "rhel-8-v20250123" machine_type =...

bug

Adding new fields `deprecate_at`, `obsolete_at` and `delete_at` to the template to enable users to set these lifecycle properties to an Image created by Packer. Closes #245

Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests. #### Community Note Please vote on this issue by...

enhancement

Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests. #### Community Note Please vote on this issue by...

enhancement

Add additional guesos features added recently in gcp images https://cloud.google.com/compute/docs/images/create-custom#guest-os-features Please include tests. We recommend looking at existing tests as an example. Build image with TDX_CAPABLE and it shows in...

#### Description Extend the recently added secrets manager data source (#29, PR #261) to support regional secrets. #### Use Case(s) Enable users with strict data residency and data sovereignty requirements...

enhancement