We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cluster_config
ocp_console_management
1 parent ae9d8a8 commit bf53e20Copy full SHA for bf53e20
main.tf
@@ -299,7 +299,7 @@ resource "null_resource" "reset_api_key" {
299
##############################################################################
300
301
data "ibm_container_cluster_config" "cluster_config" {
302
- count = var.verify_worker_network_readiness || lookup(var.addons, "cluster-autoscaler", null) != null ? 1 : 0
+ count = var.enable_ocp_console || var.verify_worker_network_readiness || lookup(var.addons, "cluster-autoscaler", null) != null ? 1 : 0
303
cluster_name_id = local.cluster_id
304
config_dir = "${path.module}/kubeconfig"
305
admin = true # workaround for https://github.com/terraform-ibm-modules/terraform-ibm-base-ocp-vpc/issues/374
0 commit comments