We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f6fec commit f8178daCopy full SHA for f8178da
provider/parameter.go
@@ -63,6 +63,8 @@ type Parameter struct {
63
64
func parameterDataSource() *schema.Resource {
65
return &schema.Resource{
66
+ SchemaVersion: 1,
67
+
68
Description: "Use this data source to configure editable options for workspaces.",
69
ReadContext: func(ctx context.Context, rd *schema.ResourceData, i interface{}) diag.Diagnostics {
70
rd.SetId(uuid.NewString())
0 commit comments