Skip to content

How to Use Amazon OpenSearch w/ ElasticSearch Module? #676

Discussion options

You must be logged in to vote

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: hashicorp/terraform-provider-aws#20853

Replies: 1 comment

Comment options

james03160927
Mar 7, 2023
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by james03160927
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment