Skip to content

v0.21.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 19 Feb 17:47
fbbee77

馃殌 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