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
Summary: "Provider ValidateStateStoreConfig Not Implemented",
1531
+
Detail: "A ValidateStateStoreConfig call was received by the provider, however the provider does not implement the call. "+
1532
+
"Either upgrade the provider to a version that implements state store or this is a bug in Terraform that should be reported to the Terraform maintainers.",
Summary: "Provider ConfigureStateStore Not Implemented",
1578
+
Detail: "A ConfigureStateStore call was received by the provider, however the provider does not implement the call. "+
1579
+
"Either upgrade the provider to a version that implements state store or this is a bug in Terraform that should be reported to the Terraform maintainers.",
1580
+
},
1581
+
},
1582
+
}
1583
+
1584
+
returnprotoResp, nil
1585
+
}
1586
+
1587
+
resp, err:=server.ConfigureStateStore(ctx, req)
1588
+
1589
+
iferr!=nil {
1590
+
logging.ProtocolError(ctx, "Error from downstream", map[string]interface{}{logging.KeyError: err})
0 commit comments