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 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