We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05619ed commit 51fbc82Copy full SHA for 51fbc82
internal/fwserver/server_getproviderschema.go
@@ -24,7 +24,7 @@ type GetProviderSchemaResponse struct {
24
ResourceSchemas map[string]fwschema.Schema
25
DataSourceSchemas map[string]fwschema.Schema
26
EphemeralResourceSchemas map[string]fwschema.Schema
27
- ListSchemas map[string]fwschema.Schema
+ ListConfigSchemas map[string]fwschema.Schema
28
FunctionDefinitions map[string]function.Definition
29
Diagnostics diag.Diagnostics
30
}
0 commit comments