Properly support tag updates on CloudFormation stack-update actions (#3638)
This commit is contained in:
parent
eae69a154f
commit
d88f5f6808
1 changed files with 2 additions and 1 deletions
|
@ -352,7 +352,8 @@ def main():
|
|||
stack_policy_body=stack_policy_body,
|
||||
disable_rollback=disable_rollback,
|
||||
template_url=template_url,
|
||||
capabilities=['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'])
|
||||
capabilities=['CAPABILITY_IAM', 'CAPABILITY_NAMED_IAM'],
|
||||
**kwargs)
|
||||
operation = 'UPDATE'
|
||||
except Exception as err:
|
||||
error_msg = boto_exception(err)
|
||||
|
|
Loading…
Add table
Reference in a new issue