terraform-ibm-modules / stack-retrieval-augmented-generation

A deployable architecture that automates the deployment of a sample gen AI Pattern on IBM Cloud, including all underlying IBM Cloud and WatsonX infrastructure.
Apache License 2.0
1 stars 11 forks source link

Incorrect stack output wiring #206

Open vburckhardt opened 1 month ago

vburckhardt commented 1 month ago

It seems that the output references of that stack is incorrectly formed. I see: "name": "elasticsearch_hostname", "ref": "ref:../Gen AI - Databases for Elasticsearch/outputs/hostname"

Where it should be (since it is the parent stack referencing references of its members): "name": "elasticsearch_hostname", "ref": "ref:./members/Gen AI - Databases for Elasticsearch/outputs/hostname"

This prevents the outputs from surfacing in the project ui image