generated from equinix-labs/terraform-equinix-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
terraform.tfvars.example
17 lines (17 loc) · 1.58 KB
/
terraform.tfvars.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# metal_auth_token = "" # Equinix Metal API token
# metal_vlan_description = "ntnx-demo" # Description to add to created VLAN.
# metal_project_name = "" # The name of the Metal project in which to deploy the cluster
# metal_project_id = "" # The ID of the Metal project in which to deploy to cluster if `create_project` is false.
# metal_organization_id = "" # The ID of the Metal organization in which to create the project if `create_project` is true.
# metal_metro = "" # The metro to create the cluster in
# create_project = true # (Optional) to use an existing project matching `metal_project_name`, set this to false.
# metal_bastion_plan = "m3.small.x86" # Which plan to use for the bastion host.
# metal_nutanix_os = "nutanix_lts_6_5" # Which OS to use for the Nutanix nodes.
# metal_nutanix_plan = "m3.large.x86" # Which plan to use for the Nutanix nodes (must be Nutanix compatible, see https://deploy.equinix.com/developers/os-compatibility/)
# create_vlan = true # Whether to create a new VLAN for this project.
# metal_vlan_id = null # ID of the VLAN you wish to use. e.g. 1234
# nutanix_node_count = 3 # The number of Nutanix nodes to create.
# skip_cluster_creation = false # Skip the creation of the Nutanix cluster.
# cluster_subnet = "192.168.96.0/21" # Pick an arbitrary private subnet, we recommend a /21 like "192.168.100.0/21"
# nutanix_reservation_ids = [] # Hardware reservation IDs to use for the Nutanix nodes
# cluster_gateway = "192.168.96.1" # default