terraform-ibm-modules / terraform-ibm-icd-elasticsearch

Implements an instance of the IBM Cloud Databases for Elasticsearch service.
Apache License 2.0
0 stars 1 forks source link

ICD Elasticsearch DA needs option for setting reference to a pre-existing Elasticsearch instance #238

Closed ajainghub closed 3 months ago

ajainghub commented 3 months ago

In the current Elasticsearch DA there is no option to set references to an existing instance, i.e., we don't want to deploy a new instance again but set the reference to the existing instance (just like we are doing for pre-existing Secrets Manager instance). We need this feature for reusability of Elasticsearch instance - scenarios where multiple RAG DA Stacks can deploy artifacts, (users,indexes/content etc.) to the same Elasticsearch instance. Also reference: https://github.com/terraform-ibm-modules/terraform-ibm-icd-elasticsearch/issues/204 This will be additional Input option. Outputs will then include the information of the referenced instance.

ocofaigh commented 3 months ago

There is already an issue open for this https://github.com/terraform-ibm-modules/terraform-ibm-icd-elasticsearch/issues/235