cloudtools / troposphere

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

Fix RDS validator for gp3 iops/allocated_storage ratio check #2225

Closed markpeek closed 4 months ago

markpeek commented 4 months ago

Fixes #2176 The test case in the Issue was falling through to the body of the if statement which was an indication the test was incorrect.

@tnielsen2 @JohnPreston @uldall looking for a quick code review if you have time to check it

markpeek commented 4 months ago

Thank you @tnielsen2 for the code review.