packer-plugin-googlecompute
packer-plugin-googlecompute copied to clipboard
Packer plugin for Google Compute Builder
#### Overview of the Issue Root disks are not being cleaned up after image builds. I have found that the VMs which are created are cleaned up, but the root...
#### Description Currently the only way to specify which source image to use for a build is `source_image` or `source_image_family`. It's not possible to use e.g. image family in combination...
#### Description Add the ability to specify a reserved private IP address when creating GCP instances with Packer. This feature would allow users to assign a specific private IP address...
#### Description Please enable the TDX compute type option when creating an image. without this option, only AMD-SEV virtualization is supported. when using gcloud, there is a dedicated switch, --confidential-compute-type=TDX...
This pr adds a new `instance_max_run_duration_seconds` config field that gets piped down into the builder instance's `maxRunDuration` schedule. This will allow for an instance to automatically be stopped or deleted,...
#### Overview of the Issue our usecase involves building multiple types of images within our tech ecosystem , This has become a new requirement as since we used to build...