Properly support tag updates on CloudFormation stack-update actions (#3638)

This commit is contained in:
Matt Ferrante 2016-09-07 14:16:32 -06:00 committed by Matt Clay
parent eae69a154f
commit d88f5f6808

View file

@ -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)