From 8bd830341895dbff148059a361da31a558d7e454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 13:07:46 +0000 Subject: [PATCH 1/2] chore(deps): Bump plus3it/tardigrade-ci from 0.25.3 to 0.26.0 Bumps plus3it/tardigrade-ci from 0.25.3 to 0.26.0. --- updated-dependencies: - dependency-name: plus3it/tardigrade-ci dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 778f8a9..98cdd22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM plus3it/tardigrade-ci:0.25.3 +FROM plus3it/tardigrade-ci:0.26.0 From 2dd90e5e688026f188ee4207c50a5bb45b5f188e Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Tue, 31 Dec 2024 09:17:32 -0800 Subject: [PATCH 2/2] Updates readme for latest terraform-docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8495529..0c31a02 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ make mockstack/clean | [peer\_vpc\_id](#input\_peer\_vpc\_id) | The ID of the VPC with which you are creating the VPC Peering Connection | `string` | n/a | yes | | [vpc\_id](#input\_vpc\_id) | The ID of the requester VPC | `string` | n/a | yes | | [peer\_tags](#input\_peer\_tags) | Map of tags to add to the peer-side of the VPC peering connection | `map(string)` | `{}` | no | -| [routes](#input\_routes) | List of VPC route objects with a target of the peering connection |
list(object({
# `name` is used as for_each key
name = string
provider = string
route_table_id = string
destination_cidr_block = string
destination_ipv6_cidr_block = string
}))
| `[]` | no | +| [routes](#input\_routes) | List of VPC route objects with a target of the peering connection |
list(object({
# `name` is used as for_each key
name = string
provider = string
route_table_id = string
destination_cidr_block = string
destination_ipv6_cidr_block = string
}))
| `[]` | no | | [tags](#input\_tags) | Map of tags to add to the requester VPC peering connection | `map(string)` | `{}` | no | ## Outputs