Fix another template attribute in the output section
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
@@ -182,7 +182,7 @@
|
|||||||
|
|
||||||
"Outputs" : {
|
"Outputs" : {
|
||||||
"WebsiteURL" : {
|
"WebsiteURL" : {
|
||||||
"Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PublicIp" ]}, "/wordpress"]] },
|
"Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WikiDatabase", "PublicIp" ]}, "/wordpress"]] },
|
||||||
"Description" : "URL for Wordpress wiki"
|
"Description" : "URL for Wordpress wiki"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user