Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1 KB

README.md

File metadata and controls

19 lines (17 loc) · 1 KB

packer-vultr-condor

Pre-provisioned image for use with the Condor Terraform Module. Using a pre-provisioned image provides additional stability when you may wish to test OS level changes prior to cluster updates. Note: This will result in a slightly longer deployment time due to needing to transfer and restore the snapshot.

Usage

  1. Clone this repository
  2. Configure your Vultr API Key
$ export VULTR_API_KEY="<api-key-here>"
  1. Change any other default variable values by your preferred method, if necessary.
  2. Build the snapshot
$ make build
  1. Provide the snapshot description for the resulting image to the custom_snapshot_description input in the Condor terraform module, and deploy.
$ terraform apply