Skip to content

Commit f8178da

Browse files
committed
Schema Version
1 parent c2f6fec commit f8178da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/parameter.go

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ type Parameter struct {
6363

6464
func parameterDataSource() *schema.Resource {
6565
return &schema.Resource{
66+
SchemaVersion: 1,
67+
6668
Description: "Use this data source to configure editable options for workspaces.",
6769
ReadContext: func(ctx context.Context, rd *schema.ResourceData, i interface{}) diag.Diagnostics {
6870
rd.SetId(uuid.NewString())

0 commit comments

Comments
 (0)