Skip to content

Commit a1c19d3

Browse files
committed
update Terraform quickstart guide to reboot correct node
Signed-off-by: Marques Johansson <[email protected]>
1 parent 48b06fa commit a1c19d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ variable "project_id" {
99
}
1010

1111
variable "metro" {
12-
description = "Equinix Metal metr to provision in"
12+
description = "Equinix Metal metro to provision in"
1313
type = string
1414
default = "sv"
1515
}

docs/quickstarts/TERRAFORMEM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This option will also show you how to create a machine to provision.
4242
Or if you have the [Equinix Metal CLI](https://github.com/equinix/metal-cli) installed run the following:
4343
4444
```bash
45-
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[1].values.id')
45+
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[3].values.id')
4646
```
4747
4848
5. Watch the provision complete
@@ -94,7 +94,7 @@ This option will also show you how to create a machine to provision.
9494
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:
9595
9696
```bash
97-
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[1].values.id')
97+
metal device reboot -i $(terraform show -json | jq -r '.values.root_module.resources[3].values.id')
9898
```
9999
100100
7. Login to the machine

0 commit comments

Comments
 (0)