Skip to content

Commit

Permalink
fix: (IAC-1246) remove unused var cluster_node_pool_mode from example…
Browse files Browse the repository at this point in the history
… & output (#97)
  • Loading branch information
jarpat authored Dec 15, 2023
1 parent 5ae77c0 commit 4fbd334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/vsphere/sample-terraform-minimal.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ output "cluster_name" {
value = local.cluster_name
}

output "cluster_node_pool_mode" {
value = "default"
}

output "jump_admin_username" {
value = "root"
}
Expand Down

0 comments on commit 4fbd334

Please sign in to comment.