github cloudposse/terraform-aws-vpc 0.3.3

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

what

  • Force assign_generated_ipv6_cidr_block

why

  • To address the issue #15
  • To fix Terraform errors if assign_generated_ipv6_cidr_block is set to false
* module.vpc.output.vpc_ipv6_association_id: Resource 'aws_vpc.default' does not have attribute 'ipv6_association_id' for variable 'aws_vpc.default.ipv6_association_id'
* module.vpc.output.ipv6_cidr_block: Resource 'aws_vpc.default' does not have attribute 'ipv6_cidr_block' for variable 'aws_vpc.default.ipv6_cidr_block'
  • Assigning an IPv6 CIDR block to VPC does not consume any additional resources and does not cost anything

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

NewReleases is sending notifications on new releases.