Add output section.(2)

Adding output section to templates to make most use of the template.

Change-Id: I0839642427ece9eed58be3209d98b8fbef745a5b
This commit is contained in:
Anant Patil 2015-04-29 15:47:14 +05:30
parent 13e8dd6917
commit f939f38514
1 changed files with 7 additions and 0 deletions

View File

@ -52,5 +52,12 @@
]]}} ]]}}
} }
} }
},
"Outputs": {
"ServerGroupAddresses": {
"Value": { "Fn::GetAtt": ["JobServerGroup", "InstanceList"] },
"Description": "IP Address of instances."
}
} }
} }