Update terraform-aws-vpc to include later realses#1
Closed
AdeelSatttar wants to merge 103 commits intoTransformCore:masterfrom
Closed
Update terraform-aws-vpc to include later realses#1AdeelSatttar wants to merge 103 commits intoTransformCore:masterfrom
AdeelSatttar wants to merge 103 commits intoTransformCore:masterfrom
Conversation
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
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.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.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>
…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>
## [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.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))
…#1264) Co-authored-by: balvinder <no-email@noemail.com>
## [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))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.