Skip to content

Commit

Permalink
fix webacl condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Oct 28, 2020
1 parent 6cc91c6 commit 6e2c0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application-loadbalancer.cfndsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
end
end

Condition(:AssociateWebACL, FnNot(FnEquals(:WebACLArn, '')))
Condition(:AssociateWebACL, FnNot(FnEquals(Ref(:WebACLArn), '')))

WAFv2_WebACLAssociation(:WebACLAssociation) {
Condition :AssociateWebACL
Expand Down

0 comments on commit 6e2c0d3

Please sign in to comment.