Skip to content

Commit 1fac092

Browse files
authored
Merge pull request #81 from equinix/metro
use metros instead of facilities
2 parents 6158668 + eb7dbeb commit 1fac092

File tree

9 files changed

+192
-225
lines changed

9 files changed

+192
-225
lines changed

.terraform.lock.hcl

Lines changed: 33 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ A complete list of variables can be found at <https://registry.terraform.io/modu
166166
| :--------------------: | :-----: | :-------------------------: | :------------------------------------------------------ |
167167
| metal_auth_token | string | n/a | Equinix Metal API Key |
168168
| metal_project_id | string | n/a | Equinix Metal Project ID |
169-
| metal_organization_id | string | n/a. | Equinix Metal Organization ID |
169+
| metal_organization_id | string | n/a | Equinix Metal Organization ID |
170170
| hostname | string | anthos-baremetal | The hostname for nodes |
171-
| facility | string | ny5 | Equinix Metal Facility to deploy into |
171+
| metro | string | ny | Equinix Metal Metro to deploy into |
172172
| cp_plan | string | c3.small.x86 | Equinix Metal device type to deploy control plane nodes |
173173
| worker_plan | string | c3.small.x86 | Equinix Metal device type to deploy for worker nodes |
174174
| ha_control_plane | boolean | true | Do you want a highly available control plane? |

0 commit comments

Comments
 (0)