Add an Outputs section to the template
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
c7d3e2179c
commit
59b89dfbe2
@ -137,5 +137,12 @@
|
||||
]]}}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"Outputs" : {
|
||||
"WebsiteURL" : {
|
||||
"Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PublicIp" ]}, "/wordpress"]] },
|
||||
"Description" : "URL for Wordpress wiki"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user