terraform-provider-rhcs
terraform-provider-rhcs copied to clipboard
api_url and console_url no longer populated ?
In the provider f.k.a. ocm, we were able to access api_url
and console_url
, but these are no longer being populated as of rhcs v1.3.0. Is this intentional, or a bug?
OCM v1.0.4 output:
resource "ocm_cluster_rosa_classic" "openshift" {
api_url = "https://api.<redacted>:6443"
:
console_url = "https://console-openshift-console.apps.<redacted>"
: