create_stack returns stack_id
This commit is contained in:
parent
04b5389e31
commit
0aec1d0f92
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class CloudFormationResponse(BaseResponse):
|
|||
stack_body = {
|
||||
'CreateStackResponse': {
|
||||
'CreateStackResult': {
|
||||
'StackId': stack.name,
|
||||
'StackId': stack.stack_id,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue