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
logger.Trace("GRPCProvider.v6: ReadStateBytes: received chunk for range", chunk.Range)
1586
1586
1587
+
// check the size of chunks matches to what was agreed
1588
+
chunkSize, ok:=p.stateChunkSize[r.TypeName]
1589
+
if!ok {
1590
+
resp.Diagnostics=resp.Diagnostics.Append(fmt.Errorf("Unable to determine chunk size for provider %s; this is a bug in Terraform - please report it", r.TypeName))
0 commit comments