From e3c929eec14da59b73320d9970d92a5bee39bf80 Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Mon, 3 Jun 2019 22:12:49 -0700 Subject: [PATCH] Fix invalid JSON in template --- assertion.template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assertion.template b/assertion.template index cf38e08..a86983e 100644 --- a/assertion.template +++ b/assertion.template @@ -458,7 +458,7 @@ "RecordSet": { "Type": "AWS::Route53::RecordSetGroup", - "Condition": UseALBSSL, + "Condition": "UseALBSSL", "Properties": { "HostedZoneName": { "Fn::Join": [ @@ -517,7 +517,7 @@ ] } } - }, + } ] } @@ -532,6 +532,7 @@ "", [ + { "Fn::If": [ "UseALBSSL", { @@ -585,7 +586,7 @@ ] } ] - + } ] ]