From 52baa3bc8abace6bfd6907ca3fc6e524973a8420 Mon Sep 17 00:00:00 2001 From: Scottpedia Date: Tue, 19 Jan 2021 01:27:22 -0500 Subject: [PATCH] fix template --- aws/cloudformation-template-ipsec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/cloudformation-template-ipsec.json b/aws/cloudformation-template-ipsec.json index de5ad64..beece8f 100644 --- a/aws/cloudformation-template-ipsec.json +++ b/aws/cloudformation-template-ipsec.json @@ -857,7 +857,7 @@ }, "IfSetupIKEV2": { "Type": "String", - "description": "If to setup the IKEv2 on the VPN server. For more information, please visit https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/ikev2-howto.md", + "Description": "If to setup the IKEv2 on the VPN server. For more information, please visit https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/ikev2-howto.md", "AllowedValues": [ "true", "false"