You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getting an below error while using data block for rhcs_cluster_rosa_classic to retrieve existing cluster information.
This is an issue with version 1.5.1 and above.
Error: Provider produced null object
│
│ Provider "provider["registry.terraform.io/terraform-redhat/rhcs"]"
│ produced a null value for data.rhcs_cluster_rosa_classic.cluster.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
The text was updated successfully, but these errors were encountered:
Thank you @sandipwakchaure for your report
Can you please share the manifest block used for calling this data source?
In addition, do how many clusters where in this account when you got this error?
Sorry,
What is manifest file? and why do you need it.
its very simple code. just use the data block and check if you get rosa
cluster details or not. I got an error.
Thanks & Regards,
Sandip
Hello there @sandipwakchaure
I've not been able to reproduce the issue with 1.5.1 or the newer versions, could you supply the output from TF_LOG=DEBUG terraform apply to aid the investigation?
getting an below error while using data block for rhcs_cluster_rosa_classic to retrieve existing cluster information.
This is an issue with version 1.5.1 and above.
Error: Provider produced null object
│
│ Provider "provider["registry.terraform.io/terraform-redhat/rhcs"]"
│ produced a null value for data.rhcs_cluster_rosa_classic.cluster.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
The text was updated successfully, but these errors were encountered: