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

Packer plugin for Google Compute Builder

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

The documentation lists the supported volume types with _, but it should be -. https://github.com/hashicorp/packer-plugin-googlecompute/blob/a85c0501d7593492b674ea61afa01f3a8860aa02/lib/common/block_device.go#L95-L98 But it should be ``` // * pd-standard: persistent, HDD-backed disk // * pd-balanced: persistent,...

bug
stage/accepted

#### Overview of the Issue The `impersonate_service_account` configuration is no longer working in version 1.1.4. It seems to have been removed but there is no mention in the [releases](https://github.com/hashicorp/packer-plugin-googlecompute/releases/tag/v1.1.4) page,...

bug

#### Overview of the Issue If the Packer VM is: - configured to use startup-script metadata to perform customization - given a service account that does not have the power...

bug
stage/needs-investigation

Bumps [github.com/hashicorp/packer-plugin-sdk](https://github.com/hashicorp/packer-plugin-sdk) from 0.5.2 to 0.5.3. Release notes Sourced from github.com/hashicorp/packer-plugin-sdk's releases. v0.5.3 Upgrade notes Upgrading to this release may fail until you've applied one of the fixes documented in...

dependencies
go

Add ability to specify a `source_image` in a `disk_attachment`. Relevant excerpt from [GCP godocs](https://pkg.go.dev/google.golang.org/api/compute/v1#AttachedDiskInitializeParams): ``` // SourceImage: The source image to create this disk. When creating a // new instance,...

- Packer version 1.8.2 - Host Windows Server 2019 This issue applies to the `googlecompute` builder. Newly created VM based on a Packer created Windows Image in Google Compute gets...

question
stage/waiting-reply
need-more-info

After trying to use the `googlecompute-export` post-processor, it fails when provisioning the exporter instance because it violates the organization policy `constraints/compute.vmExternalIpAccess`. This is the `packer` code used: ```hcl source "googlecompute"...

I would like to contribute to this repo by creating an machine image gcp resource, basically is a clone of `googlecompute` but instead of saving as another gcp image, it...

question

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
good first issue