terraform-ibm-modules / terraform-ibm-landing-zone

Creates a fully customizable VPC environment and compute resources (VSI, Red Hat OpenShift) with presets designed to meet strict compliance needs.
Apache License 2.0
8 stars 30 forks source link

Workload cluster name is not returned in output #888

Open in-1911 opened 4 hours ago

in-1911 commented 4 hours ago

https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone/blob/51b4d11660953914db447e12d5b98aad244a7d5a/outputs.tf#L90

When the module is used via the ROKS on VPC landing zone DA (as part of the RAG Stack), the workload cluster name output is empty although other cluster attributes (cluster ID) are returned.

The case I tested included vpcs = ["workload"] and ignore_vpcs_for_cluster_deployment = [] (i.e. one VPC with a cluster)

in-1911 commented 4 hours ago

image