github cloudposse/terraform-aws-vpc 0.21.1
v0.21.1

latest releases: 2.2.0-alpha1, 2.2.0, v2...
3 years ago

🚀 Enhancements

add ipv6_cidr_block variable to toggle IPv6 VPC association @1david5 (#81)

what

  • Add ipv6_cidr_block variable to toggle IPv6 VPC association.

why

  • This change allows the user to decide if IPv6 CIDR block should be associated to the VPC or not, since there are cases where the current behavior (assign_generated_ipv6_cidr_block = true) is not desired.

references

  • Apparently, issue #15 is not a problem anymore when assign_generated_ipv6_cidr_block = false. I was able to get empty strings as output of vpc_ipv6_association_id and ipv6_cidr_block.
  • This PR closes #59

Don't miss a new terraform-aws-vpc release

NewReleases is sending notifications on new releases.