How to Use Amazon OpenSearch w/ ElasticSearch Module?
How do I use Amazon OpenSearch with ElasticSearch module? https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/modules/data-stores/elasticsearch --- <ins datetime="2023-03-07T15:21:43Z"> <p><a href="https://support.gruntwork.io/hc/requests/109958">Tracked in ticket #109958</a></p> </ins>
You need to set the following variables to use the Amazon OpenSerach with the elasticsearch module inside our `terraform-aws-service-catalog`: ``` advanced_options = { "override_main_response_version" = "true" } elasticsearch_version = "OpenSearch_1.0" # any other open search version you prefer ``` For test things out, you can add these two variables to our example module (`[elasticsearch-public](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/examples/for-learning-and-testing/data-stores/elasticsearch-public)`) and run `terraform apply`. You can find more information from here: https://github.com/hashicorp/terraform-provider-aws/issues/20853