Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 4ee314e

Browse files
author
Sean Sundberg
committed
Simplifies name of worker pool (#32)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent f327f5b commit 4ee314e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ resource ibm_container_vpc_worker_pool cluster_pool {
158158
count = !var.exists ? local.vpc_subnet_count - 1 : 0
159159

160160
cluster = ibm_container_vpc_cluster.cluster[0].id
161-
worker_pool_name = "${local.cluster_name}-wp-${format("%02s", count.index + 1)}"
161+
worker_pool_name = "pool-${format("%02s", count.index + 2)}"
162162
flavor = var.flavor
163163
vpc_id = local.vpc_id
164164
worker_count = var.worker_count

0 commit comments

Comments
 (0)