Skip to content

Commit

Permalink
Add placeholder for custom set function
Browse files Browse the repository at this point in the history
Relates-to: hashicorp#14736
  • Loading branch information
magodo authored and leesutcliffe committed Nov 24, 2022
1 parent 2c752f7 commit f87224e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/tools/generator-schema-snapshot/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,9 @@ func SchemaValue(sch *pluginsdk.Schema) Dict {
out[Id("Elem")] = Op("&").Qual(SchemaPath, "Resource").Values(ResourceValue(sch))
}

if sch.Set != nil {
out[Id("Set")] = Id("TODO")
}

return out
}

0 comments on commit f87224e

Please sign in to comment.