Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't emit warning when VPC has IPv6 CIDR associated (#490)
Don't emit warning when VPC has IPv6 CIDR associated SUMMARY Setting ipv6_cidr: yes on an ec2_vpc_net task will create a VPC with an associated IPv6 CIDR. Running the same task again will result in no changes as the VPC will already contain an IPv6 CIDR (i.e. idempotence). But the task will now raise a warning every time: [WARNING]: Only one IPv6 CIDR is permitted per VPC, vpc-01d8cfbcb7c00bbd4 already has CIDR 2a05:d014:c53:d00::/56 This warning is unnecessary because what happens is actually expected, i.e. "the right thing": idempotence. So, the warning should be removed. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_vpc_net Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
- Loading branch information