ivoronin / packer-plugin-sshkey

Packer plugin used to generate SSH keys.
16 stars 10 forks source link

Register plug-in as Packer integration #53

Closed nywilken closed 10 months ago

nywilken commented 10 months ago

:wave: fellow Packer maintainer working on migrating your plugin to the Packer integration framework.

This change takes the necessary steps to register this plugin as an official Packer integration. Integrations can be found on the Packer integration portal at https://developer.hashicorp.com/packer/integrations.


The pull-request consists of the following changes:

Changes to the integration docs can be made at plugin release via the notify-integration-release-via-tag workflow or manually by running the notify-integration-release-via-manual workflow.

Details on how the Integration framework pipeline works can be found at https://github.com/hashicorp/packer/pull/12702

TODOs