Skip to content

Commit

Permalink
Merge pull request #15 from Kekenika/support-missing-types
Browse files Browse the repository at this point in the history
Support `geotpoint` and `auto` type for Collection fields
  • Loading branch information
KeisukeYamashita committed Nov 5, 2021
2 parents 60b766d + f05c615 commit 364f93e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions typesense/resource_collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ func resourceTypesenseCollection() *schema.Resource {
"int64[]",
"float[]",
"bool[]",
"geopoint",
"auto",
}, false),
},
},
Expand Down

0 comments on commit 364f93e

Please sign in to comment.