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