diff --git a/source/_posts/aws-waf.md b/source/_posts/aws-waf.md index dfb5849..4a58ed3 100644 --- a/source/_posts/aws-waf.md +++ b/source/_posts/aws-waf.md @@ -40,7 +40,8 @@ The underlying format of a web ACL is JSON. In this use case, I'm only concern w "Action": { "Allow": {} } - }] + } + ] } ```