With the IBM Cloud Terraform provider, data "ibmcontainervpccluster" looked up by ID returned the cluster ID (not the name) from the .name attribute, and using the deprecated clusternameid field returned null. The reporter needed the actual cluster name in config and resorted to parsing it out of the ingress hostname with a regex — fragile and undocumented. A community member found the undocumented resourcename field; the reporter confirmed it worked but asked for official support.