Skip to content

Commit

Permalink
Merge pull request #6 from Kekenika/remove-no-need-data-source-curation
Browse files Browse the repository at this point in the history
Remove no need max item restriction for data source curation
  • Loading branch information
KeisukeYamashita authored Nov 3, 2021
2 parents 08b6984 + a0151a8 commit c8ad091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typesense/data_source_curation.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func dataSourceTypesenseCuration() *schema.Resource {
Type: schema.TypeList,
Description: "Rule of this curation",
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"query": {
Expand Down

0 comments on commit c8ad091

Please sign in to comment.