added Capabilities: CAPABILITY_IAM
This commit is contained in:
parent
8a37763935
commit
e1a101eda4
@ -214,7 +214,8 @@ module Provider
|
|||||||
response = cloud_formation.create_stack(stack.name,
|
response = cloud_formation.create_stack(stack.name,
|
||||||
{
|
{
|
||||||
'TemplateBody' => stack.template_body,
|
'TemplateBody' => stack.template_body,
|
||||||
'Parameters' => stack.parameters || {}
|
'Parameters' => stack.parameters || {},
|
||||||
|
'Capabilities' => ['CAPABILITY_IAM']
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
stack.id = response.body['StackId']
|
stack.id = response.body['StackId']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user