cloudtools / troposphere

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

Invert Ipv6CidrBlock Check #2216

Closed benbridts closed 8 months ago

benbridts commented 8 months ago

AssignIpv6AddressOnCreation depends on Ipv6CidrBlock, not the other way round.

markpeek commented 8 months ago

Thank you @benbridts!