Skip to content

Commit

Permalink
Merge pull request #45 from ronati/fix-import
Browse files Browse the repository at this point in the history
feat: Fixed nested fields
  • Loading branch information
adanylenko authored Mar 27, 2024
2 parents 84b7ab9 + e9ca6e9 commit ea6f713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (r *CollectionResource) Schema(ctx context.Context, req resource.SchemaRequ
},
},
Blocks: map[string]schema.Block{
"fields": schema.ListNestedBlock{
"fields": schema.SetNestedBlock{
NestedObject: schema.NestedBlockObject{
Attributes: map[string]schema.Attribute{
"name": schema.StringAttribute{
Expand Down

0 comments on commit ea6f713

Please sign in to comment.