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
fix: Ocp maps testing stuff #2
Closed
Closed
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
…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))
…rraform-aws-modules#1089) * feat: Add support for users defining the VPC IAM role name * feat: Add support for users defining the VPC IAM policy name * docs: Update README.md
## [5.9.0](terraform-aws-modules/terraform-aws-vpc@v5.8.1...v5.9.0) (2024-07-05) ### Features * Allow custom VPC Flow Log IAM Role name and IAM Policy name ([terraform-aws-modules#1089](terraform-aws-modules#1089)) ([f8cd168](terraform-aws-modules@f8cd168))
…cp_options resource (terraform-aws-modules#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 <bryantbiggs@gmail.com>
## [5.10.0](terraform-aws-modules/terraform-aws-vpc@v5.9.0...v5.10.0) (2024-08-02) ### Features * Added ipv6_address_preferred_lease_time parameter to aws_vpc_dhcp_options resource ([terraform-aws-modules#1105](terraform-aws-modules#1105)) ([3adb594](terraform-aws-modules@3adb594))
… public route tables (terraform-aws-modules#1100) * Fix logic for adding default route on public route tables * Apply suggestions from code review --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
## [5.11.0](terraform-aws-modules/terraform-aws-vpc@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 ([terraform-aws-modules#1100](terraform-aws-modules#1100)) ([b3e7803](terraform-aws-modules@b3e7803))
…odules#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 <bryantbiggs@gmail.com>
## [5.12.0](terraform-aws-modules/terraform-aws-vpc@v5.11.0...v5.12.0) (2024-08-03) ### Features * Restrict flow log policy to use log group ARNs ([terraform-aws-modules#1088](terraform-aws-modules#1088)) ([9256722](terraform-aws-modules@9256722))
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.