From f4ba3baa8bf2edabedc1a6ff4e2fc84f2e5822db Mon Sep 17 00:00:00 2001 From: Justin Ashworth Date: Tue, 9 Nov 2021 10:53:38 -0500 Subject: [PATCH] More corrections for outputs --- aws/CouchbaseServer/couchbase-amzn-lnx2.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws/CouchbaseServer/couchbase-amzn-lnx2.template b/aws/CouchbaseServer/couchbase-amzn-lnx2.template index a6f04b8..3ae9426 100644 --- a/aws/CouchbaseServer/couchbase-amzn-lnx2.template +++ b/aws/CouchbaseServer/couchbase-amzn-lnx2.template @@ -2285,7 +2285,7 @@ } }, "Outputs": { - "CouchbaseBootstrapParameter": { "Ref": "CouchbaseRallyPoint" }, - "CouchbaseSecretArn": { "Ref": "CouchbaseSecret" } + "CouchbaseBootstrapParameter": { "Value": {"Ref": "CouchbaseRallyPoint" }}, + "CouchbaseSecretArn": {"Value": { "Ref": "CouchbaseSecret" }} } } \ No newline at end of file