Skip to content

Commit

Permalink
Update schema to handle computed values for non-set config items mark…
Browse files Browse the repository at this point in the history
…ed as optional or computed
  • Loading branch information
thogarty committed Aug 6, 2024
1 parent 04edb45 commit 43f6d85
Show file tree
Hide file tree
Showing 7 changed files with 315 additions and 772 deletions.
216 changes: 0 additions & 216 deletions internal/framework/types/set_nested_objectof.go

This file was deleted.

136 changes: 0 additions & 136 deletions internal/framework/types/setof.go

This file was deleted.

2 changes: 1 addition & 1 deletion internal/resources/fabric/precision_time/datasources.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (r *DataSource) Read(
client := r.Meta.NewFabricClientForFramework(ctx, req.ProviderMeta)

// Retrieve values from plan
var data DataSourceModel
var data PrecisionTimeModel
resp.Diagnostics.Append(req.Config.Get(ctx, &data)...)
if resp.Diagnostics.HasError() {
return
Expand Down
Loading

0 comments on commit 43f6d85

Please sign in to comment.