create_stack returns stack_id

This commit is contained in:
Joseph Lawson 2014-10-23 14:55:40 -04:00
parent 04b5389e31
commit 0aec1d0f92

View File

@ -20,7 +20,7 @@ class CloudFormationResponse(BaseResponse):
stack_body = {
'CreateStackResponse': {
'CreateStackResult': {
'StackId': stack.name,
'StackId': stack.stack_id,
}
}
}