Add an Outputs section to the template

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2012-04-03 14:13:09 +10:00
parent c7d3e2179c
commit 59b89dfbe2
1 changed files with 7 additions and 0 deletions

View File

@ -137,5 +137,12 @@
]]}}
}
}
},
"Outputs" : {
"WebsiteURL" : {
"Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PublicIp" ]}, "/wordpress"]] },
"Description" : "URL for Wordpress wiki"
}
}
}