A deployable architecture that automates the deployment of a sample gen AI Pattern on IBM Cloud, including all underlying IBM Cloud and WatsonX infrastructure.
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
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