terraform-ibm-modules/terraform-ibm-base-ocp-vpc

output default_pool name

Closed this issue · 2 comments

Description

New or affected modules


By submitting this issue, you agree to follow our Code of Conduct

As part of this, noticed that output "workerpools" {
description = "Worker pools created"
value = var.ignore_worker_pool_size_changes ? ibm_container_vpc_worker_pool.autoscaling_pool : ibm_container_vpc_worker_pool.pool
}

does not output the default worker pool. Approach should be to use a data source on the cluster after full creation.

@vburckhardt do you want the default pool output included with the rest of the worker pool information or as its own separate variable?