leocp1 / packer-builder-delete-vultr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read-vultr and delete-vultr Builders

Type: read-vultr

The read-vultr builder accepts the same configuration as the vultr builder. It finds all images that could have been built with this configuration, then returns an Artifact with the Id() of the most recent such image if it exists, and a String() equal to the number of images found.

Type: delete-vultr

Same as read-vultr, but it also deletes the images found.

License

All Go source files (files with extension .go) in this repository are licensed under the Mozilla Public License 2.0. License: MPL 2.0

All Nix files (files with extension .nix) in this repository are licensed under the MIT License. License: MIT

About


Languages

Language:Go 90.7%Language:Nix 9.3%