From fcdd5e670c24225dad2a3ee875ffb6fbfbaac8d0 Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Fri, 10 Jan 2025 14:42:28 -0500 Subject: [PATCH] Add empty object --- spire/templates/shared-alb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spire/templates/shared-alb.yml b/spire/templates/shared-alb.yml index 5f3a508b..f15b35dd 100644 --- a/spire/templates/shared-alb.yml +++ b/spire/templates/shared-alb.yml @@ -439,7 +439,7 @@ Resources: Type: AWS::WAFv2::WebACL Properties: DefaultAction: - Allow: + Allow: {} Scope: REGIONAL Tags: - { Key: prx:meta:tagging-version, Value: "2021-04-07" }