Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: terraform-aws-modules/terraform-aws-vpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.9.0
Choose a base ref
...
head repository: terraform-aws-modules/terraform-aws-vpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.14.0
Choose a head ref
  • 13 commits
  • 37 files changed
  • 8 contributors

Commits on Aug 2, 2024

  1. feat: Added ipv6_address_preferred_lease_time parameter to aws_vpc_dh…

    …cp_options resource (#1105)
    
    * feat: allow setting ipv6_address_preferred_lease_time dhcp options
    
    * chore: Update provider min required version to support change
    
    ---------
    
    Co-authored-by: Bryant Biggs <[email protected]>
    felixb and bryantbiggs authored Aug 2, 2024
    Copy the full SHA
    3adb594 View commit details
  2. chore(release): version 5.10.0 [skip ci]

    ## [5.10.0](v5.9.0...v5.10.0) (2024-08-02)
    
    ### Features
    
    * Added ipv6_address_preferred_lease_time parameter to aws_vpc_dhcp_options resource ([#1105](#1105)) ([3adb594](3adb594))
    semantic-release-bot committed Aug 2, 2024
    Copy the full SHA
    545f4d5 View commit details

Commits on Aug 3, 2024

  1. feat: Add route to 0.0.0.0/0 & ::/0 (when IPv6 is enabled) on all…

    … public route tables (#1100)
    
    * Fix logic for adding default route on public route tables
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Bryant Biggs <[email protected]>
    abohne and bryantbiggs authored Aug 3, 2024
    Copy the full SHA
    b3e7803 View commit details
  2. chore(release): version 5.11.0 [skip ci]

    ## [5.11.0](v5.10.0...v5.11.0) (2024-08-03)
    
    ### Features
    
    * Add route to `0.0.0.0/0` & `::/0` (when IPv6 is enabled) on all public route tables ([#1100](#1100)) ([b3e7803](b3e7803))
    semantic-release-bot committed Aug 3, 2024
    Copy the full SHA
    623b3e4 View commit details
  3. feat: Restrict flow log policy to use log group ARNs (#1088)

    * fix: Update AWS VPC module to use log group ARNs for flow log policy
    
    * refactor code to conditionally call AWS API based on create_vpc
    
    ---------
    
    Co-authored-by: Bryant Biggs <[email protected]>
    evgenii-bezmaternykh and bryantbiggs authored Aug 3, 2024
    Copy the full SHA
    9256722 View commit details
  4. chore(release): version 5.12.0 [skip ci]

    ## [5.12.0](v5.11.0...v5.12.0) (2024-08-03)
    
    ### Features
    
    * Restrict flow log policy to use log group ARNs ([#1088](#1088)) ([9256722](9256722))
    semantic-release-bot committed Aug 3, 2024
    Copy the full SHA
    fb9beb3 View commit details

Commits on Aug 9, 2024

  1. fix: Update flow log ARNs to use partition from aws_partition data so…

    …urce (#1112)
    
    Update flow log ARNs to use partition from aws_partition data source, ensuring compatibility with AWS GovCloud and other partitions
    
    tfdocs
    pjaudiomv authored Aug 9, 2024
    Copy the full SHA
    72cde38 View commit details
  2. chore(release): version 5.12.1 [skip ci]

    ## [5.12.1](v5.12.0...v5.12.1) (2024-08-09)
    
    ### Bug Fixes
    
    * Update flow log ARNs to use partition from aws_partition data source ([#1112](#1112)) ([72cde38](72cde38))
    semantic-release-bot committed Aug 9, 2024
    Copy the full SHA
    652598f View commit details

Commits on Aug 16, 2024

  1. feat: Add support for ip_address_type for VPC endpoint (#1096)

    * Added ip_address_type parameter to aws_vpc_endpoint resource
    
    * Added ip_address_type parameter to aws_vpc_endpoint resource
    
    * Added ip_address_type parameter to aws_vpc_endpoint resource
    tokarev-artem authored Aug 16, 2024
    Copy the full SHA
    d868303 View commit details
  2. chore(release): version 5.13.0 [skip ci]

    ## [5.13.0](v5.12.1...v5.13.0) (2024-08-16)
    
    ### Features
    
    * Add support for `ip_address_type` for VPC endpoint ([#1096](#1096)) ([d868303](d868303))
    semantic-release-bot committed Aug 16, 2024
    Copy the full SHA
    e226cc1 View commit details

Commits on Oct 11, 2024

  1. Copy the full SHA
    b1f2125 View commit details

Commits on Oct 18, 2024

  1. feat: Add outputs for the full list of subnets created and their attr…

    …ibutes (#1116)
    
    Add new outputs with the full subnet objects
    
    Co-authored-by: Bryant Biggs <[email protected]>
    certara-mchamberland and bryantbiggs authored Oct 18, 2024
    Copy the full SHA
    e212245 View commit details
  2. chore(release): version 5.14.0 [skip ci]

    ## [5.14.0](v5.13.0...v5.14.0) (2024-10-18)
    
    ### Features
    
    * Add outputs for the full list of subnets created and their attributes ([#1116](#1116)) ([e212245](e212245))
    
    ### Bug Fixes
    
    * Update CI workflow versions to latest ([#1125](#1125)) ([b1f2125](b1f2125))
    semantic-release-bot committed Oct 18, 2024
    Copy the full SHA
    12caf80 View commit details
Loading