Skip to content

v0.3.0 - Using the Equinix Metal Provider

Compare
Choose a tag to compare
@displague displague released this 16 Dec 18:46
ec9eee2

Changes

  • This release is the initial release since changing the Terraform provider from packhost/packet provider to equinix/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