From eac075e5e1feb18610e9f049430a900c6f3d6120 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 18 Apr 2012 16:16:32 +1000 Subject: [PATCH] Fix another template attribute in the output section Signed-off-by: Angus Salkeld --- templates/WordPress_Single_Instance_With_EBS.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/WordPress_Single_Instance_With_EBS.template b/templates/WordPress_Single_Instance_With_EBS.template index 9401908c..c8d65e94 100644 --- a/templates/WordPress_Single_Instance_With_EBS.template +++ b/templates/WordPress_Single_Instance_With_EBS.template @@ -182,7 +182,7 @@ "Outputs" : { "WebsiteURL" : { - "Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WebServer", "PublicIp" ]}, "/wordpress"]] }, + "Value" : { "Fn::Join" : ["", ["http://", { "Fn::GetAtt" : [ "WikiDatabase", "PublicIp" ]}, "/wordpress"]] }, "Description" : "URL for Wordpress wiki" } } -- 2.45.2