-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the Equinix Metal provider (#26)
* replace packet provider with equinix/metal To migrate an existing install: ```sh git pull terraform init sed -i "" s/packet_/metal_/g terraform.tfstate # omit "" on Linux terraform plan ``` Signed-off-by: Marques Johansson <[email protected]> * avoid jitter on ssh_key_name The key contents do not change, so this change is not breaking. when applying this change, the plan will call for a renamed key file. The old key file (~/.ssh/bm-something) will be renamed in the apply. Signed-off-by: Marques Johansson <[email protected]>
- Loading branch information
Showing
4 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters