forked from terraform-aws-modules/terraform-aws-vpc
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Allow tagging on per-subnet basis, rebased #1
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
Merged
Conversation
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
…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))
ca097d7 to
08fb08e
Compare
08fb08e to
f026da0
Compare
Author
|
Helpful diff against master is here: terraform-aws-modules/terraform-aws-vpc@master...plaid:terraform-aws-vpc:jandersen-rebase-onto-master |
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.
This rebases the upstream branch onto the PR which adds subnet tag filtering.