Skip to content

Update terraform-aws-vpc to include later realses#1

Closed
AdeelSatttar wants to merge 103 commits intoTransformCore:masterfrom
terraform-aws-modules:master
Closed

Update terraform-aws-vpc to include later realses#1
AdeelSatttar wants to merge 103 commits intoTransformCore:masterfrom
terraform-aws-modules:master

Conversation

@AdeelSatttar
Copy link
Copy Markdown

No description provided.

bryantbiggs and others added 30 commits January 3, 2023 15:21
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
## [3.19.0](v3.18.1...v3.19.0) (2023-01-13)

### Features

* Add public and private tags per az ([#860](#860)) ([a82c9d3](a82c9d3))

### Bug Fixes

* Use a version for  to avoid GitHub API rate limiting on CI workflows ([#876](#876)) ([2a0319e](2a0319e))
Co-authored-by: Tomasz Charewicz <tomasz.charewicz@ringieraxelspringer.pl>
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [4.0.0](v3.19.0...v4.0.0) (2023-04-07)

### ⚠ BREAKING CHANGES

* Support enabling NAU metrics in "aws_vpc" resource (#838)

### Features

* Support enabling NAU metrics in "aws_vpc" resource ([#838](#838)) ([44e6eaa](44e6eaa))
### [4.0.1](v4.0.0...v4.0.1) (2023-04-07)

### Bug Fixes

* Add missing private subnets to max subnet length local ([#920](#920)) ([6f51f34](6f51f34))
### [4.0.2](v4.0.1...v4.0.2) (2023-05-15)

### Bug Fixes

* Add dns64 routes ([#924](#924)) ([743798d](743798d))
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.0.0](v4.0.2...v5.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](#941)) ([2517eb9](2517eb9))
## [5.1.0](v5.0.0...v5.1.0) (2023-07-15)

### Features

* Add support for creating a security group for VPC endpoint(s) ([#962](#962)) ([802d5f1](802d5f1))
* fix: ensure database route table output works

On initial plan the `database_route_table_ids` output is not
available due to the values not being known until after apply.
Switching the logic to test the length of the array fixes this
issue. Credit to @martin566 for discovering the solution.

fixes #857

* Update outputs.tf

* Update outputs.tf

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
### [5.1.1](v5.1.0...v5.1.1) (2023-07-25)

### Bug Fixes

* Ensure database route table output works ([#926](#926)) ([e4c48d4](e4c48d4)), closes [#857](#857)
…AT gateways provisioned (#968)

intra subnets shouldn't determine number of nat gateways

"The module does not take into account the number of intra_subnets, since the latter are designed to have no Internet access via NAT Gateway."
### [5.1.2](v5.1.1...v5.1.2) (2023-09-07)

### Bug Fixes

* The number of intra subnets should not influence the number of NAT gateways provisioned ([#968](#968)) ([1e36f9f](1e36f9f))
add skip_destroy to vpc flow log cloudwatch log group

Co-authored-by: magreenbaum <magreenbaum>
## [5.2.0](v5.1.2...v5.2.0) (2023-11-18)

### Features

* Add `skip_destroy` to vpc flow log cloudwatch log group ([#1009](#1009)) ([abe2c0f](abe2c0f))
* feat: Output network interface IDs of NAT gateways

* docs: updated README

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.3.0](v5.2.0...v5.3.0) (2023-12-11)

### Features

* Add NAT gateway interface ids output ([#1006](#1006)) ([898bbaf](898bbaf))
* feat: Add Cross Account Flow Support

* fix: update flow log naming convention

---------

Co-authored-by: Kasey Linden <klinden@vmware.com>
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.4.0](v5.3.0...v5.4.0) (2023-12-11)

### Features

* Add Cross Account Flow Support ([#1014](#1014)) ([6e25437](6e25437))
* add dns_options dynamic block

* use fmt to format doc

* add example for complete

* fix condition to a better approach

* add interface chek

* add empty brackets for default values

* fix: Increase provider MSV to support, correct looping logic

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
semantic-release-bot and others added 29 commits January 28, 2025 13:22
## [5.18.1](v5.18.0...v5.18.1) (2025-01-28)

### Bug Fixes

* Fixed service_region argument in the VPC endpoint module ([#1162](#1162)) ([5415dee](5415dee))
* Adjust module for 2 new resources aws_vpc_block_public_access_options, aws_vpc_block_public_access_exclusion

* Add example with block public access

* Update README

* Update main.tf

Co-authored-by: Anton Babenko <anton@antonbabenko.com>

* Update main.tf

Co-authored-by: Anton Babenko <anton@antonbabenko.com>

* Update examples/block-public-access/versions.tf

Co-authored-by: Anton Babenko <anton@antonbabenko.com>

* Update main.tf

Co-authored-by: Anton Babenko <anton@antonbabenko.com>

* Update main.tf

Co-authored-by: Anton Babenko <anton@antonbabenko.com>

* Update main.tf

Co-authored-by: Anton Babenko <anton@antonbabenko.com>

* Update variables definitions

* Update variables description

* Update README

* Update README

* Extend README, refactor variables and outputs

* Update list of examples in README.md

---------

Co-authored-by: Anton Babenko <anton@antonbabenko.com>
## [5.19.0](v5.18.1...v5.19.0) (2025-02-12)

### Features

* Enhancing VPC Security with Amazon VPC Block Public Access ([#1159](#1159)) ([387f5ee](387f5ee))
Proper link to complete vpc

Seems like the directory layout was modified, but this doc was not
…sion` resource (#1170)

* Updated to allow Name tag creation of the BPA Resource

* fix: Use generic `tags` to set `Name` or other tag values

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.20.0](v5.19.0...v5.20.0) (2025-04-21)

### Features

* Allow setting custom tags on `aws_vpc_block_public_access_exclusion` resource ([#1170](#1170)) ([0d11295](0d11295))
feat: Support subnet_configuration in aws_vpc_endpoint resource

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.21.0](v5.20.0...v5.21.0) (2025-04-21)

### Features

* Add support for `subnet_configuration` on VPC endpoints ([#1164](#1164)) ([507193e](507193e))
## [5.21.1](v5.21.0...v5.21.1) (2025-06-19)

### Bug Fixes

* Fixed deprecation attribute warning with AWS provider v6 ([#1200](#1200)) ([bf04a75](bf04a75))
## [6.0.0](v5.21.1...v6.0.0) (2025-06-19)

### ⚠ BREAKING CHANGES

* Bump AWS provider requirement to v6 (#1205)

### Features

* Bump AWS provider requirement to v6 ([#1205](#1205)) ([4483701](4483701))
## [6.0.1](v6.0.0...v6.0.1) (2025-06-20)

### Bug Fixes

* Bump AWS provider requirement to v6 everywhere ([#1208](#1208)) ([26c99a5](26c99a5))
Update README.md

Add missed parameter for VPC Endpoint Gateway service type
* chore: pre-commit autoupdate

* feat: add support for region (Enhanced Region Support)

- added `region` input variable
- updated docs

* feat: add support for region in `vpc-endpoints` module

* Use `region` variable in `aws_vpc_endpoint_service` data source

* Workaround for service endpoint lookup in the wrong region

* Add `simple-regions` example

* Explain region limitations in `vpc-endpoints` sub-module

* fix: Remove example, fix logic for VPC endpoints regional usage

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [6.1.0](v6.0.1...v6.1.0) (2025-09-22)

### Features

* Add enhanced region support ([#1225](#1225)) ([fd357b9](fd357b9))
feat: add vpc_flow_log_iam_role_path variable
## [6.2.0](v6.1.0...v6.2.0) (2025-09-22)

### Features

* Add support for IAM role path to VPC flow log IAM role ([#1232](#1232)) ([6594a41](6594a41))
* feat: Add new sub-module for AWS flow log

* chore: Add notes/docs based on PR review
## [6.3.0](v6.2.0...v6.3.0) (2025-09-26)

### Features

* Add new sub-module for AWS flow log ([#1241](#1241)) ([33aabec](33aabec))
## [6.4.0](v6.3.0...v6.4.0) (2025-09-29)

### Features

* Add wrappers ([#1243](#1243)) ([112bb7f](112bb7f))
## [6.4.1](v6.4.0...v6.4.1) (2025-10-21)

### Bug Fixes

* Update CI workflow versions to latest ([#1250](#1250)) ([22ccfa1](22ccfa1))
…teways` variable (#1249)

Feat: add bgp_asn_extended to aws_customer_gateway resource
## [6.5.0](v6.4.1...v6.5.0) (2025-10-21)

### Features

* Add support for `bgp_asn_extended` argument to the `customer_gateways` variable ([#1249](#1249)) ([ef564c9](ef564c9))
## [6.5.1](v6.5.0...v6.5.1) (2025-11-17)

### Bug Fixes

* Correction with IAM role policy associated with modules/flow-log ([#1264](#1264)) ([de13700](de13700))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.