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
You can apply this plan to save these new output values to the Terraform state, without changing any real infrastructure.
╷
│ Error: GetWorkspaceWithContext failed error unmarshalling schematicsv1.WorkspaceResponse: error unmarshalling property 'catalog_ref' as schematicsv1.CatalogRef: error unmarshalling property 'service_extensions' as []schematicsv1.ServiceExtensions: error unmarshalling property 'value': json: cannot unmarshal object into Go value of type string
The text was updated successfully, but these errors were encountered:
Hello Team,
With terraform provider version 1.60.0. This was fixed and the issue is back again,,
Not able to read a schematics workspace data.
Facing this issue:
│ Error: GetWorkspaceWithContext failed error unmarshalling schematicsv1.WorkspaceResponse: error unmarshalling property 'catalog_ref' as schematicsv1.CatalogRef: error unmarshalling property 'service_extensions' as []schematicsv1.ServiceExtensions: error unmarshalling property 'value': json: cannot unmarshal object into Go value of type string
│ {
│ "StatusCode": 200,
│ "Headers": {
│ "Cache-Control": [
(edited)
Untitled
│ Error: GetWorkspaceWithContext failed error unmarshalling schematicsv1.WorkspaceResponse: error unmarshalling property 'catalog_ref' as schematicsv1.CatalogRef: error unmarshalling property 'service_extensions' as []schematicsv1.ServiceExtensions: error unmarshalling property 'value': json: cannot unmarshal object into Go value of type string
│ {
│ "StatusCode": 200,
│ "Headers": {
│ "Cache-Control": [
Click to expand inline (403 lines)
Okay Found out.
Using 1.58.0 and 1.58,1 works fine,
It is a problem with : from 1.59.0 onwards including 1.60.0
Need a provider fix
Error:
The text was updated successfully, but these errors were encountered: