cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.92k stars 1.45k forks source link

AWS::Events::Rule does NOT support implemented Tags attribute through CloudFormation #2203

Closed ilons closed 8 months ago

ilons commented 8 months ago

As of today CloudFormation does not support the Tags attribute for AWS::Events::Rule, making any resource including this to fail the stack update.

There is an open request for this on the CloudFormation Roadmap: https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/358

However the actual resource in AWS support tags: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-tagging.html

This is related to https://github.com/cloudtools/troposphere/issues/2151 where this was asked for and implemented in 4.4.0.

markpeek commented 8 months ago

@ilons thank you for the issue. Confirmed it causes rollbacks and remove it for now.

ilons commented 8 months ago

@ilons thank you for the issue. Confirmed it causes rollbacks and remove it for now.

Great, thanks for the swift reply, then I can soon remove the shim I'm using :joy:

markpeek commented 8 months ago

Fix is in Release 4.5.2