Skip to content

Commit

Permalink
Merge pull request #103 from malscent/MB-49251-UpdateForSyncGateway283
Browse files Browse the repository at this point in the history
More corrections for outputs
  • Loading branch information
malscent authored Nov 9, 2021
2 parents 9ee8d85 + f4ba3ba commit 2101520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/CouchbaseServer/couchbase-amzn-lnx2.template
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@
}
},
"Outputs": {
"CouchbaseBootstrapParameter": { "Ref": "CouchbaseRallyPoint" },
"CouchbaseSecretArn": { "Ref": "CouchbaseSecret" }
"CouchbaseBootstrapParameter": { "Value": {"Ref": "CouchbaseRallyPoint" }},
"CouchbaseSecretArn": {"Value": { "Ref": "CouchbaseSecret" }}
}
}

0 comments on commit 2101520

Please sign in to comment.