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
logging.ProtocolError(ctx, "ProviderServer does not implement FunctionServer")
922
+
923
+
protoResp:=&tfplugin5.CallFunction_Response{
924
+
Diagnostics: []*tfplugin5.Diagnostic{
925
+
{
926
+
Severity: tfplugin5.Diagnostic_ERROR,
927
+
Summary: "Provider Functions Not Implemented",
928
+
Detail: "A provider-defined function call was received by the provider, however the provider does not implement functions. "+
929
+
"Either upgrade the provider to a version that implements provider-defined functions or this is a bug in Terraform that should be reported to the Terraform maintainers.",
logging.ProtocolError(ctx, "ProviderServer does not implement FunctionServer")
920
+
921
+
protoResp:=&tfplugin6.CallFunction_Response{
922
+
Diagnostics: []*tfplugin6.Diagnostic{
923
+
{
924
+
Severity: tfplugin6.Diagnostic_ERROR,
925
+
Summary: "Provider Functions Not Implemented",
926
+
Detail: "A provider-defined function call was received by the provider, however the provider does not implement functions. "+
927
+
"Either upgrade the provider to a version that implements provider-defined functions or this is a bug in Terraform that should be reported to the Terraform maintainers.",
0 commit comments