Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fix(terraform): update min_count and max_count to of min_node_count
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayelet41 authored Apr 26, 2024
1 parent 85e38e8 commit ac3325b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ variable "node_pool_config" {
initial_node_count = 3
labels = {}
machine_type = "e2-standard-4"
min_count = 3
max_count = 3
min_node_count = 3
max_node_count = 3
}
}

Expand Down

0 comments on commit ac3325b

Please sign in to comment.