hashicorp / packer-plugin-googlecompute

Packer plugin for Google Compute Builder
https://www.packer.io/docs/builders/googlecompute
Mozilla Public License 2.0
25 stars 54 forks source link

Add alamalinux-cloud as supported community project #121

Closed nywilken closed 2 years ago

nywilken commented 2 years ago

Closes #119

~>  packer build /tmp/source.pkr.hcl
googlecompute.alma: output will be in this color.

==> googlecompute.alma: Checking image does not exist...
==> googlecompute.alma: Creating temporary RSA SSH key for instance...
==> googlecompute.alma: Using image: almalinux-9-v20220920
==> googlecompute.alma: Creating instance...
    googlecompute.alma: Loading zone: us-west1-a
    googlecompute.alma: Loading machine type: n1-standard-1
    googlecompute.alma: Requesting instance creation...
    googlecompute.alma: Waiting for creation operation to complete...
    googlecompute.alma: Instance has been created!
==> googlecompute.alma: Waiting for the instance to become running...
[...]

Build 'googlecompute.alma' finished after 1 minute 51 seconds.
==> Builds finished. The artifacts of successful builds are:
--> googlecompute.alma: A disk image was created: myalma
nywilken commented 2 years ago

Closing in favor of #120