Skip to content

Releases: terraform-aws-modules/terraform-aws-vpc

v5.1.1

25 Jul 18:16
Compare
Choose a tag to compare

5.1.1 (2023-07-25)

Bug Fixes

v5.1.0

15 Jul 18:09
Compare
Choose a tag to compare

5.1.0 (2023-07-15)

Features

  • Add support for creating a security group for VPC endpoint(s) (#962) (802d5f1)

v5.0.0

30 May 15:44
Compare
Choose a tag to compare

5.0.0 (2023-05-30)

⚠ BREAKING CHANGES

  • Bump Terraform AWS Provider version to 5.0 (#941)

Features

  • Bump Terraform AWS Provider version to 5.0 (#941) (2517eb9)

v4.0.2

15 May 14:19
Compare
Choose a tag to compare

4.0.2 (2023-05-15)

Bug Fixes

v4.0.1

07 Apr 19:59
Compare
Choose a tag to compare

4.0.1 (2023-04-07)

Bug Fixes

  • Add missing private subnets to max subnet length local (#920) (6f51f34)

v4.0.0

07 Apr 13:33
Compare
Choose a tag to compare

4.0.0 (2023-04-07)

⚠ BREAKING CHANGES

List of backwards incompatible changes

  • The minimum required Terraform version is now 1.0
  • The minimum required AWS provider version is now 4.x (4.35.0 at time of writing)
  • assign_ipv6_address_on_creation has been removed; use the respective subnet type equivalent instead (i.e. - public_subnet_assign_ipv6_address_on_creation)
  • enable_classiclink has been removed; it is no longer supported by AWS hashicorp/terraform#31730
  • enable_classiclink_dns_support has been removed; it is no longer supported by AWS hashicorp/terraform#31730

Additional changes

Modified

  • map_public_ip_on_launch now defaults to false
  • enable_dns_hostnames now defaults to true
  • enable_dns_support now defaults to true
  • manage_default_security_group now defaults to true
  • manage_default_route_table now defaults to true
  • manage_default_network_acl now defaults to true
  • The default name for the default security group, route table, and network ACL has changed to fallback to append -default to the VPC name if a specific name is not provided
  • The default fallback value for outputs has changed from an empty string to null

See the UPGRADE-4.0.md for further details

v3.19.0

13 Jan 11:43
Compare
Choose a tag to compare

3.19.0 (2023-01-13)

Features

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#876) (2a0319e)

v3.18.1

27 Oct 18:33
Compare
Choose a tag to compare

3.18.1 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#850) (b94561d)

v3.18.0

21 Oct 11:30
Compare
Choose a tag to compare

3.18.0 (2022-10-21)

Features

  • Added ability to specify CloudWatch Log group name for VPC Flow logs (#847) (80d6318)

v3.17.0

21 Oct 10:55
Compare
Choose a tag to compare

3.17.0 (2022-10-21)

Features