You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_enable_eksa"></a> [enable\_eksa](#input\_enable\_eksa)| Enable EKSA module |`bool`|`false`| no |
74
76
| <aname="input_enable_k3s"></a> [enable\_k3s](#input\_enable\_k3s)| Enable K3s module |`bool`|`false`| no |
@@ -78,10 +80,8 @@ No resources.
78
80
| <aname="input_global_ip"></a> [global\_ip](#input\_global\_ip)| Enables a global anycast IPv4 that will be shared for all clusters in all metros |`bool`|`false`| no |
| <aname="input_metal_auth_token"></a> [metal\_auth\_token](#input\_metal\_auth\_token)| Equinix Metal user api token. |`string`| n/a | yes |
82
83
| <aname="input_metal_config"></a> [metal\_config](#input\_metal\_config)| Configuration for Metal module | <pre>object({<br> device_count = number<br> os = string<br> billing_cycle = string<br> cluster_name = string<br> device_type = string<br> })</pre> | <pre>{<br> "billing_cycle": "hourly",<br> "cluster_name": "metal-cluster",<br> "device_count": 3,<br> "device_type": "m3.small.x86",<br> "os": "ubuntu_20_04"<br>}</pre> | no |
83
84
| <aname="input_metal_metro"></a> [metal\_metro](#input\_metal\_metro)| Equinix Metal metro |`string`|`"sv"`| no |
84
-
| <aname="input_metal_organization_id"></a> [metal\_organization\_id](#input\_metal\_organization\_id)| Equinix Metal organization id |`string`| n/a | yes |
85
85
| <aname="input_metal_project_id"></a> [metal\_project\_id](#input\_metal\_project\_id)| Project ID |`string`|`""`| no |
86
86
| <aname="input_metal_tags"></a> [metal\_tags](#input\_metal\_tags)| String list of common tags for Equinix resources |`list(string)`| <pre>[<br> "terraform",<br> "equinix-labs"<br>]</pre> | no |
0 commit comments