Skip to content

Commit

Permalink
Reduce EC2 counts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 11, 2025
1 parent 8d6e612 commit 0bb1330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ variable "amis" {
variable "control_nodes" {
type = number
description = "Number of RKE2 manager nodes"
default = 3
default = 1
}

variable "worker_nodes" {
type = number
description = "Number of RKE2 worker nodes"
default = 2
default = 1
}

variable "extra_worker_nodes" {
type = number
description = "Number of RKE2 worker nodes to add for idempotency tests"
default = 2
default = 1
}

variable "ansible_user" {
Expand Down

0 comments on commit 0bb1330

Please sign in to comment.