Skip to content

Commit

Permalink
Merge pull request #326 from negillett/fix-deploy
Browse files Browse the repository at this point in the history
Fix condition in lambda deploy template
  • Loading branch information
negillett committed Mar 14, 2022
2 parents 8170ddb + 8ce8142 commit 9842120
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions configuration/exodus-lambda-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ Parameters:
Description: A list of secret key IDs for Distribution key groups

Conditions:
EnableKeyGroup: !Not
- !Equals
- !Join ["", !Ref keyids]
- ""
EnableKeyGroup:
!Not [!Equals [!Join ["", !Ref keyids], None]]

Resources:
KeyGroup:
Expand Down

0 comments on commit 9842120

Please sign in to comment.