Skip to content

Commit e45269e

Browse files
SarahFrenchradeksimko
authored andcommitted
Update to "StateStoreSchemas"
1 parent 65d5036 commit e45269e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/grpcwrap/provider6.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ func (p *provider6) GetProviderSchema(_ context.Context, req *tfplugin6.GetProvi
8282
Block: convert.ConfigSchemaToProto(dat.Body),
8383
}
8484
}
85-
for typ, dat := range p.schema.StateStores {
86-
resp.StateStores[typ] = &tfplugin6.Schema{
85+
for typ, dat := range p.schema.StateStoreSchemas {
86+
resp.StateStoreSchemas[typ] = &tfplugin6.Schema{
8787
Version: int64(dat.Version),
8888
Block: convert.ConfigSchemaToProto(dat.Body),
8989
}

0 commit comments

Comments
 (0)