From 59b89dfbe20fab67ef5398a62804ae95c2162640 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Tue, 3 Apr 2012 14:13:09 +1000 Subject: [PATCH] Add an Outputs section to the template Signed-off-by: Angus Salkeld --- templates/WordPress_Single_Instance.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/WordPress_Single_Instance.template b/templates/WordPress_Single_Instance.template index 0c10c1e1..e1722d9f 100644 --- a/templates/WordPress_Single_Instance.template +++ b/templates/WordPress_Single_Instance.template @@ -137,5 +137,12 @@ ]]}} } } + }, + + "Outputs" : { + "WebsiteURL" : { + "Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PublicIp" ]}, "/wordpress"]] }, + "Description" : "URL for Wordpress wiki" + } } } -- 2.45.2