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