v0.3.0 - Using the Equinix Metal Provider
Changes
-
This release is the initial release since changing the Terraform provider from
packhost/packet
provider toequinix/metal
.
To migrate an existing install:git pull terraform init sed -i "" s/packet_/metal_/g terraform.tfstate # omit "" on Linux terraform plan
Improvements
terraform plan
will no longer jitter on the private (local) ssh key file. The apply is safe and will rename the existing file, the file contents do not change in the replacement.- a topology diagram is included in the README.md