diff --git a/examples/vsphere/sample-terraform-minimal.tfvars b/examples/vsphere/sample-terraform-minimal.tfvars index 29f0ff0..33def3a 100644 --- a/examples/vsphere/sample-terraform-minimal.tfvars +++ b/examples/vsphere/sample-terraform-minimal.tfvars @@ -83,7 +83,6 @@ control_plane_ssh_key_name = "cp_ssh" # These are typically: compute, stateful, and # stateless. # -cluster_node_pool_mode = "minimal" node_pools = { # REQUIRED NODE TYPE - DO NOT REMOVE and DO NOT CHANGE THE NAME # Other variables may be altered diff --git a/outputs.tf b/outputs.tf index 5f528fb..195b64e 100644 --- a/outputs.tf +++ b/outputs.tf @@ -5,10 +5,6 @@ output "cluster_name" { value = local.cluster_name } -output "cluster_node_pool_mode" { - value = "default" -} - output "jump_admin_username" { value = "root" }