create_stack returns stack_id
This commit is contained in:
parent
04b5389e31
commit
0aec1d0f92
@ -20,7 +20,7 @@ class CloudFormationResponse(BaseResponse):
|
||||
stack_body = {
|
||||
'CreateStackResponse': {
|
||||
'CreateStackResult': {
|
||||
'StackId': stack.name,
|
||||
'StackId': stack.stack_id,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user