We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 029511f commit d44c3f9Copy full SHA for d44c3f9
tfsdk/resource.go
@@ -8,7 +8,7 @@ import (
8
9
// A ResourceType is a type of resource. For each type of resource this provider
10
// supports, it should define a type implementing ResourceType and return an
11
-// instance of it in the map returned by Provider.GeResources.
+// instance of it in the map returned by Provider.GetResources.
12
type ResourceType interface {
13
// GetSchema returns the schema for this resource.
14
GetSchema(context.Context) (Schema, diag.Diagnostics)
0 commit comments