From 6562a0e4e623c874cb704aa701d3992ea2706c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Conall=20=C3=93=20Cofaigh?= Date: Tue, 1 Oct 2024 10:57:42 +0100 Subject: [PATCH] Revert "chore(deps): update ci dependencies (#320)" This reverts commit 44da87ac7d6fb0d037641c67e205e9e819597967. --- README.md | 2 +- common-dev-assets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fa0b133..039b65c2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ No modules. | [subnet\_ids](#input\_subnet\_ids) | List of subnet IDs to provision this VPN server in. List must have at least 1 subnet ID for standalone VPN and at least 2 subnet IDs for the High Availability mode. | `list(string)` | n/a | yes | | [vpn\_client\_access\_group\_users](#input\_vpn\_client\_access\_group\_users) | List of users to optionally add to the Client to Site VPN Access Group if var.create\_policy is true | `list(string)` | `[]` | no | | [vpn\_gateway\_name](#input\_vpn\_gateway\_name) | The user-defined name for the VPN server. If unspecified, the name will be a hyphenated list of randomly-selected words. Names must be unique within the VPC the VPN server is serving. | `string` | n/a | yes | -| [vpn\_server\_routes](#input\_vpn\_server\_routes) | Map of server routes to be added to created VPN server. |
map(object({
destination = string
action = string
}))
| `{}` | no | +| [vpn\_server\_routes](#input\_vpn\_server\_routes) | Map of server routes to be added to created VPN server. |
map(object({
destination = string
action = string
}))
| `{}` | no | ### Outputs diff --git a/common-dev-assets b/common-dev-assets index 0685378a..de9d7f69 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 0685378a4627ae6f3e5eb43ed9e7658aadeac39d +Subproject commit de9d7f69f5bb2ac57ccabd68d01a0be85a424c07