terraform-provider-rhcs icon indicating copy to clipboard operation
terraform-provider-rhcs copied to clipboard

api_url and console_url no longer populated ?

Open oybed opened this issue 1 year ago • 5 comments

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>"
  : 

oybed avatar Oct 13 '23 17:10 oybed