Skip to content

Commit

Permalink
chore(deps): update terraform terraform-aws-modules/vpc/aws to 5.8 (#297
Browse files Browse the repository at this point in the history
)

[![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://github.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://github.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#580-2024-04-25)

[Compare
Source](https://github.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://github.com/terraform-aws-modules/terraform-aws-vpc/issues/1051))
([da05f24](https://github.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>
  • Loading branch information
renovate[bot] committed Apr 25, 2024
1 parent a96c58b commit d66dd38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cost/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.7"
version = "5.8"

name = "${local.resource_prefix}-my-vpc"
cidr = "10.214.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/full/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.7"
version = "5.8"

name = "${local.resource_prefix}-my-vpc"
cidr = "10.214.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.7"
version = "5.8"

name = "${local.resource_prefix}-my-vpc"
cidr = "10.214.0.0/16"
Expand Down
2 changes: 1 addition & 1 deletion examples/spot/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.7"
version = "5.8"

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

0 comments on commit d66dd38

Please sign in to comment.