Skip to content

Commit

Permalink
Add VECTORSEARCH type to aws_opensearchserverless_collection resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Luo committed Jul 28, 2023
1 parent 5002e93 commit c17ff76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following arguments are optional:

* `description` - (Optional) Description of the collection.
* `tags` - (Optional) A map of tags to assign to the collection. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
* `type` - (Optional) Type of collection. One of `SEARCH` or `TIMESERIES`. Defaults to `TIMESERIES`.
* `type` - (Optional) Type of collection. One of `SEARCH`, `TIMESERIES`, or `VECTORSEARCH`. Defaults to `TIMESERIES`.

## Attribute Reference

Expand Down

0 comments on commit c17ff76

Please sign in to comment.