forked from terraform-aws-modules/terraform-aws-vpc
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSEC-2202-merge-origin-repo #5
Open
waddamski
wants to merge
45
commits into
main
Choose a base branch
from
aw-merge-repos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…aws-modules#838) 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](terraform-aws-modules/terraform-aws-vpc@v3.19.0...v4.0.0) (2023-04-07) ### ⚠ BREAKING CHANGES * Support enabling NAU metrics in "aws_vpc" resource (terraform-aws-modules#838) ### Features * Support enabling NAU metrics in "aws_vpc" resource ([terraform-aws-modules#838](terraform-aws-modules#838)) ([44e6eaa](terraform-aws-modules@44e6eaa))
### [4.0.1](terraform-aws-modules/terraform-aws-vpc@v4.0.0...v4.0.1) (2023-04-07) ### Bug Fixes * Add missing private subnets to max subnet length local ([terraform-aws-modules#920](terraform-aws-modules#920)) ([6f51f34](terraform-aws-modules@6f51f34))
### [4.0.2](terraform-aws-modules/terraform-aws-vpc@v4.0.1...v4.0.2) (2023-05-15) ### Bug Fixes * Add dns64 routes ([terraform-aws-modules#924](terraform-aws-modules#924)) ([743798d](terraform-aws-modules@743798d))
…les#941) Co-authored-by: Anton Babenko <anton@antonbabenko.com> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.0.0](terraform-aws-modules/terraform-aws-vpc@v4.0.2...v5.0.0) (2023-05-30) ### ⚠ BREAKING CHANGES * Bump Terraform AWS Provider version to 5.0 (terraform-aws-modules#941) ### Features * Bump Terraform AWS Provider version to 5.0 ([terraform-aws-modules#941](terraform-aws-modules#941)) ([2517eb9](terraform-aws-modules@2517eb9))
## [5.1.0](terraform-aws-modules/terraform-aws-vpc@v5.0.0...v5.1.0) (2023-07-15) ### Features * Add support for creating a security group for VPC endpoint(s) ([terraform-aws-modules#962](terraform-aws-modules#962)) ([802d5f1](terraform-aws-modules@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 terraform-aws-modules#857 * Update outputs.tf * Update outputs.tf --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
### [5.1.1](terraform-aws-modules/terraform-aws-vpc@v5.1.0...v5.1.1) (2023-07-25) ### Bug Fixes * Ensure database route table output works ([terraform-aws-modules#926](terraform-aws-modules#926)) ([e4c48d4](terraform-aws-modules@e4c48d4)), closes [terraform-aws-modules#857](terraform-aws-modules#857)
…AT gateways provisioned (terraform-aws-modules#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](terraform-aws-modules/terraform-aws-vpc@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 ([terraform-aws-modules#968](terraform-aws-modules#968)) ([1e36f9f](terraform-aws-modules@1e36f9f))
…orm-aws-modules#1009) add skip_destroy to vpc flow log cloudwatch log group Co-authored-by: magreenbaum <magreenbaum>
## [5.2.0](terraform-aws-modules/terraform-aws-vpc@v5.1.2...v5.2.0) (2023-11-18) ### Features * Add `skip_destroy` to vpc flow log cloudwatch log group ([terraform-aws-modules#1009](terraform-aws-modules#1009)) ([abe2c0f](terraform-aws-modules@abe2c0f))
* feat: Output network interface IDs of NAT gateways * docs: updated README --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.3.0](terraform-aws-modules/terraform-aws-vpc@v5.2.0...v5.3.0) (2023-12-11) ### Features * Add NAT gateway interface ids output ([terraform-aws-modules#1006](terraform-aws-modules#1006)) ([898bbaf](terraform-aws-modules@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](terraform-aws-modules/terraform-aws-vpc@v5.3.0...v5.4.0) (2023-12-11) ### Features * Add Cross Account Flow Support ([terraform-aws-modules#1014](terraform-aws-modules#1014)) ([6e25437](terraform-aws-modules@6e25437))
…odules#1023) * 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.5.0](terraform-aws-modules/terraform-aws-vpc@v5.4.0...v5.5.0) (2024-01-09) ### Features * Add support for `dns_options` on VPC endpoints ([terraform-aws-modules#1023](terraform-aws-modules#1023)) ([32f853f](terraform-aws-modules@32f853f))
### [5.5.1](terraform-aws-modules/terraform-aws-vpc@v5.5.0...v5.5.1) (2024-01-13) ### Bug Fixes * Correct VPC endpoint private DNS resolver `for_each` key ([terraform-aws-modules#1029](terraform-aws-modules#1029)) ([a837be1](terraform-aws-modules@a837be1))
…ws-modules#1036) Co-authored-by: Anton Babenko <anton@antonbabenko.com>
### [5.5.2](terraform-aws-modules/terraform-aws-vpc@v5.5.1...v5.5.2) (2024-02-09) ### Bug Fixes * Added create_before_destroy to aws_customer_gateway ([terraform-aws-modules#1036](terraform-aws-modules#1036)) ([5f5df57](terraform-aws-modules@5f5df57))
## [5.5.3](terraform-aws-modules/terraform-aws-vpc@v5.5.2...v5.5.3) (2024-03-06) ### Bug Fixes * Update CI workflow versions to remove deprecated runtime warnings ([terraform-aws-modules#1052](terraform-aws-modules#1052)) ([3b5b7f1](terraform-aws-modules@3b5b7f1))
…modules#1053) support log group class
## [5.6.0](terraform-aws-modules/terraform-aws-vpc@v5.5.3...v5.6.0) (2024-03-14) ### Features * Support VPC flow log cloudwatch log group class ([terraform-aws-modules#1053](terraform-aws-modules#1053)) ([e2970fd](terraform-aws-modules@e2970fd))
## [5.7.0](terraform-aws-modules/terraform-aws-vpc@v5.6.0...v5.7.0) (2024-03-22) ### Features * Allow setting vpc endpoints as an input for each endpoint ([terraform-aws-modules#1056](terraform-aws-modules#1056)) ([9163310](terraform-aws-modules@9163310))
… number of NAT gateways that are enabled/created (terraform-aws-modules#1059)
## [5.7.1](terraform-aws-modules/terraform-aws-vpc@v5.7.0...v5.7.1) (2024-04-06) ### Bug Fixes * Create the same number of IPv6 egress only gateway routes as the number of NAT gateways that are enabled/created ([terraform-aws-modules#1059](terraform-aws-modules#1059)) ([77df552](terraform-aws-modules@77df552))
…private subnet (terraform-aws-modules#1062) Co-authored-by: Manuel Enrique Colotti <manuel.colotti@agilelab.it>
## [5.7.2](terraform-aws-modules/terraform-aws-vpc@v5.7.1...v5.7.2) (2024-04-24) ### Bug Fixes * Create private_ipv6_egress routes only when having at least one private subnet ([terraform-aws-modules#1062](terraform-aws-modules#1062)) ([8701204](terraform-aws-modules@8701204))
…ts (terraform-aws-modules#1051) Co-authored-by: Kevin Snyder <kevinsnyder@Kevins-Raft-MacBook-Pro.local> Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.8.0](terraform-aws-modules/terraform-aws-vpc@v5.7.2...v5.8.0) (2024-04-25) ### Features * Add support for multiple route tables to public and intra subnets ([terraform-aws-modules#1051](terraform-aws-modules#1051)) ([da05f24](terraform-aws-modules@da05f24))
…erraform-aws-modules#1055) fix: Do not replace nat gateways when new private subnets are added
## [5.8.1](terraform-aws-modules/terraform-aws-vpc@v5.8.0...v5.8.1) (2024-04-26) ### Bug Fixes * Do not replace NAT gateways when additional subnets are added ([terraform-aws-modules#1055](terraform-aws-modules#1055)) ([cf18c37](terraform-aws-modules@cf18c37))
wunzeco
approved these changes
Jul 5, 2024
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.