cloudtools / troposphere

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

Add RuleActionOverrides to AWS::WAFv2::WebACL ManagedRuleGroupStatement #2117

Closed dlahn closed 1 year ago

markpeek commented 1 year ago

Thank you for the PR. This change was incorporated via the spec 102.0.0 update (57a95092).

dlahn commented 1 year ago

@markpeek I don't see RuleActionOverrides in that commit? Can you link to the commit where this is added? We are currently having to patch this into Troposphere.

markpeek commented 1 year ago

Sorry, must have grabbed the wrong hash. This should have it: 5ede0da Also, just released troposphere 4.3.0 with this change in it.