From f939f38514e9553869e6b7dede0ac0b4bf5647a1 Mon Sep 17 00:00:00 2001 From: Anant Patil Date: Wed, 29 Apr 2015 15:47:14 +0530 Subject: [PATCH] Add output section.(2) Adding output section to templates to make most use of the template. Change-Id: I0839642427ece9eed58be3209d98b8fbef745a5b --- cfn/F17/InstanceGroup.template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cfn/F17/InstanceGroup.template b/cfn/F17/InstanceGroup.template index 2f73e149..27d67c0e 100644 --- a/cfn/F17/InstanceGroup.template +++ b/cfn/F17/InstanceGroup.template @@ -52,5 +52,12 @@ ]]}} } } + }, + + "Outputs": { + "ServerGroupAddresses": { + "Value": { "Fn::GetAtt": ["JobServerGroup", "InstanceList"] }, + "Description": "IP Address of instances." + } } }