- 13 Jan, 2024 2 commits
-
-
semantic-release-bot authored
### [5.5.1](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.5.0...v5.5.1) (2024-01-13) ### Bug Fixes * Correct VPC endpoint private DNS resolver `for_each` key ([#1029](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/1029)) ([a837be12](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/a837be12882c8f74984620752937b4806da2d6d4))
-
Bryant Biggs authored
-
- 09 Jan, 2024 2 commits
-
-
semantic-release-bot authored
## [5.5.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.4.0...v5.5.0) (2024-01-09) ### Features * Add support for `dns_options` on VPC endpoints ([#1023](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/1023)) ([32f853f4](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/32f853f4c099ad134d9c739d585c42a7c06a797b))
-
Erez Tamam authored
* 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>
-
- 11 Dec, 2023 4 commits
-
-
semantic-release-bot authored
## [5.4.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.3.0...v5.4.0) (2023-12-11) ### Features * Add Cross Account Flow Support ([#1014](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/1014)) ([6e25437b](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/6e25437b16955b9393348d91965ead2f755fb2e0))
-
Kasey Linden authored
* 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>
-
semantic-release-bot authored
## [5.3.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.2.0...v5.3.0) (2023-12-11) ### Features * Add NAT gateway interface ids output ([#1006](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/1006)) ([898bbaf4](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/898bbaf46ba8ebad54983d63fa9e8eac6456903b))
-
Tormod Macleod authored
* feat: Output network interface IDs of NAT gateways * docs: updated README --------- Co-authored-by:
Bryant Biggs <bryantbiggs@gmail.com>
-
- 18 Nov, 2023 2 commits
-
-
semantic-release-bot authored
## [5.2.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.1.2...v5.2.0) (2023-11-18) ### Features * Add `skip_destroy` to vpc flow log cloudwatch log group ([#1009](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/1009)) ([abe2c0fc](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/abe2c0fcd23f1adfcb6e3a7739811e2482e2d197))
-
Melissa Greenbaum authored
add skip_destroy to vpc flow log cloudwatch log group Co-authored-by: magreenbaum <magreenbaum>
-
- 07 Sep, 2023 2 commits
-
-
semantic-release-bot authored
### [5.1.2](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/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](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/968)) ([1e36f9f8](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/1e36f9f8a01eb26be83d8e1ce2227a6890390b0e))
-
samul69 authored
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."
-
- 25 Jul, 2023 2 commits
-
-
semantic-release-bot authored
### [5.1.1](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.1.0...v5.1.1) (2023-07-25) ### Bug Fixes * Ensure database route table output works ([#926](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/926)) ([e4c48d46](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/e4c48d4675718d5bd8c72c6b934c70c0f4bf1670)), closes [#857](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/857)
-
Mike Hennessy authored
* 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>
-
- 15 Jul, 2023 2 commits
-
-
semantic-release-bot authored
## [5.1.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.0.0...v5.1.0) (2023-07-15) ### Features * Add support for creating a security group for VPC endpoint(s) ([#962](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/962)) ([802d5f14](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/802d5f14c29db4e50b3f2aaf87950845594a31bd))
-
Bryant Biggs authored
-
- 04 Jul, 2023 1 commit
-
-
Oleksii Mandrychenko authored
-
- 30 May, 2023 2 commits
-
-
semantic-release-bot authored
## [5.0.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/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](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/941)) ([2517eb98](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/2517eb98a39500897feecd27178994055ee2eb5e)) -
Mark Johnson authored
Co-authored-by:
Anton Babenko <anton@antonbabenko.com> Co-authored-by:
Bryant Biggs <bryantbiggs@gmail.com>
-
- 29 May, 2023 1 commit
-
-
Távora authored
-
- 16 May, 2023 1 commit
-
-
Eugene S authored
-
- 15 May, 2023 2 commits
-
-
semantic-release-bot authored
### [4.0.2](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v4.0.1...v4.0.2) (2023-05-15) ### Bug Fixes * Add dns64 routes ([#924](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/924)) ([743798da](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/743798daa14b8a5b827b37053ca7e3c5b8865c06))
-
Mike Splain authored
-
- 07 Apr, 2023 4 commits
-
-
semantic-release-bot authored
### [4.0.1](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v4.0.0...v4.0.1) (2023-04-07) ### Bug Fixes * Add missing private subnets to max subnet length local ([#920](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/920)) ([6f51f34d](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/6f51f34d9c91d62984ff985aad6b5ef03eb2a75a))
-
Bryant Biggs authored
-
semantic-release-bot authored
## [4.0.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/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](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/838)) ([44e6eaa1](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/44e6eaa154a9e78c8d6e86d1c735f95825b270db)) -
Tomasz Charewicz authored
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>
-
- 30 Mar, 2023 1 commit
-
-
Jorge Vallecillo authored
-
- 10 Mar, 2023 1 commit
-
-
Ken Jenney authored
-
- 24 Jan, 2023 1 commit
-
-
Pål-Magnus Slåtto authored
-
- 13 Jan, 2023 2 commits
-
-
semantic-release-bot authored
## [3.19.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v3.18.1...v3.19.0) (2023-01-13) ### Features * Add public and private tags per az ([#860](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/860)) ([a82c9d32](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/a82c9d3272e3a83d22f70f174133dd26c24eee21)) ### Bug Fixes * Use a version for to avoid GitHub API rate limiting on CI workflows ([#876](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/876)) ([2a0319ec](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/2a0319ec3244169997c6dac0d7850897ba9b9162))
-
nitrocode authored
Co-authored-by:
Anton Babenko <anton@antonbabenko.com>
-
- 03 Jan, 2023 1 commit
-
-
Bryant Biggs authored
-
- 27 Oct, 2022 2 commits
-
-
semantic-release-bot authored
### [3.18.1](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v3.18.0...v3.18.1) (2022-10-27) ### Bug Fixes * Update CI configuration files to use latest version ([#850](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/850)) ([b94561dc](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/b94561dc61b8bbedb5e36e0334e030edf03a1c7b))
-
Bryant Biggs authored
-
- 21 Oct, 2022 4 commits
-
-
semantic-release-bot authored
## [3.18.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v3.17.0...v3.18.0) (2022-10-21) ### Features * Added ability to specify CloudWatch Log group name for VPC Flow logs ([#847](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/847)) ([80d63188](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/80d631884126075e1adbe2d410f46ef6b9ea8a19))
-
air3ijai authored
Co-authored-by:
Anton Babenko <anton@antonbabenko.com>
-
semantic-release-bot authored
## [3.17.0](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v3.16.1...v3.17.0) (2022-10-21) ### Features * Add custom subnet names ([#816](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/816)) ([4416e379](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/4416e379ed9a9b650a12a629441410f326b44c0c))
-
andrewtcymmer authored
Co-authored-by:
Anton Babenko <anton@antonbabenko.com>
-
- 14 Oct, 2022 1 commit
-
-
semantic-release-bot authored
### [3.16.1](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v3.16.0...v3.16.1) (2022-10-14) ### Bug Fixes * Prevent an error when VPC Flow log log_group and role is not created ([#844](https://github.com/terraform-aws-modules/terraform-aws-vpc/issues/844)) ([b0c81ad6](https://github.com/terraform-aws-modules/terraform-aws-vpc/commit/b0c81ad61214069f8fa6d35492716c9d4cac9096))
-