diff --git a/deploy/terraform/variables.tf b/deploy/terraform/variables.tf index b25a036d..a0b2bb5b 100644 --- a/deploy/terraform/variables.tf +++ b/deploy/terraform/variables.tf @@ -9,7 +9,7 @@ variable "project_id" { } variable "metro" { - description = "Equinix Metal metr to provision in" + description = "Equinix Metal metro to provision in" type = string default = "sv" } diff --git a/docs/quickstarts/TERRAFORMEM.md b/docs/quickstarts/TERRAFORMEM.md index 893b0499..187bbf7d 100644 --- a/docs/quickstarts/TERRAFORMEM.md +++ b/docs/quickstarts/TERRAFORMEM.md @@ -42,7 +42,7 @@ This option will also show you how to create a machine to provision. Or if you have the [Equinix Metal CLI](https://github.com/equinix/metal-cli) installed run the following: ```bash - metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[1].values.id') + metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[3].values.id') ``` 5. Watch the provision complete @@ -94,7 +94,7 @@ This option will also show you how to create a machine to provision. Now reboot the `tink-worker` via the [Equinix Metal Web UI](https://console.equinix.com), or if you have the [Equinix Metal CLI](https://github.com/equinix/metal-cli) installed run the following: ```bash - metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[1].values.id') + metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[3].values.id') ``` 7. Login to the machine