Skip to content

Commit

Permalink
update Terraform quickstart guide to reboot correct node
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Mar 22, 2022
1 parent 52067a1 commit 4a7c2b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstarts/TERRAFORMEM.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4a7c2b3

Please sign in to comment.