How to Use Amazon OpenSearch w/ ElasticSearch Module? #676
-
How do I use Amazon OpenSearch with ElasticSearch module? https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/modules/data-stores/elasticsearch |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to set the following variables to use the Amazon OpenSerach with the elasticsearch module inside our
For test things out, you can add these two variables to our example module ( You can find more information from here: hashicorp/terraform-provider-aws#20853 |
Beta Was this translation helpful? Give feedback.
You need to set the following variables to use the Amazon OpenSerach with the elasticsearch module inside our
terraform-aws-service-catalog
: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 runterraform apply
.You can find more information from here: hashicorp/terraform-provider-aws#20853