Skip to content

Commit

Permalink
Merge pull request #416 from plus3it/dependabot/docker/plus3it/tardig…
Browse files Browse the repository at this point in the history
…rade-ci-0.26.0

chore(deps): Bump plus3it/tardigrade-ci from 0.25.3 to 0.26.0
  • Loading branch information
mergify[bot] authored Dec 31, 2024
2 parents eb4eed6 + 2dd90e5 commit 2fb7fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM plus3it/tardigrade-ci:0.25.3
FROM plus3it/tardigrade-ci:0.26.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ make mockstack/clean
| <a name="input_peer_vpc_id"></a> [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 |
| <a name="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id) | The ID of the requester VPC | `string` | n/a | yes |
| <a name="input_peer_tags"></a> [peer\_tags](#input\_peer\_tags) | Map of tags to add to the peer-side of the VPC peering connection | `map(string)` | `{}` | no |
| <a name="input_routes"></a> [routes](#input\_routes) | List of VPC route objects with a target of the peering connection | <pre>list(object({<br> # `name` is used as for_each key<br> name = string<br> provider = string<br> route_table_id = string<br> destination_cidr_block = string<br> destination_ipv6_cidr_block = string<br> }))</pre> | `[]` | no |
| <a name="input_routes"></a> [routes](#input\_routes) | List of VPC route objects with a target of the peering connection | <pre>list(object({<br/> # `name` is used as for_each key<br/> name = string<br/> provider = string<br/> route_table_id = string<br/> destination_cidr_block = string<br/> destination_ipv6_cidr_block = string<br/> }))</pre> | `[]` | no |
| <a name="input_tags"></a> [tags](#input\_tags) | Map of tags to add to the requester VPC peering connection | `map(string)` | `{}` | no |

## Outputs
Expand Down

0 comments on commit 2fb7fe1

Please sign in to comment.