Skip to content

Commit

Permalink
Fix spelling of default_nodepool (GoogleCloudPlatform#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsgowman authored Mar 28, 2024
1 parent 73a3f0a commit 8749e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/infra/stage-1/modules/gke-infra/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module "cluster-standard" {
master_authorized_ranges = var.cluster_create.master_authorized_ranges
master_ipv4_cidr_block = var.cluster_create.master_ipv4_cidr_block
}
default_node_pool = {
default_nodepool = {
remove_pool = false
initial_node_count = 1
}
Expand Down

0 comments on commit 8749e90

Please sign in to comment.