Skip to content

Commit

Permalink
correct quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Feb 12, 2024
1 parent 4df0477 commit 41ff418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security/cloudtrail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ Resources:
Condition:
StringNotEquals:
's3:x-amz-server-side-encryption': [
'AES256',
'aws:kms'
"AES256",
"aws:kms"
],

Check failure on line 230 in security/cloudtrail.yaml

View workflow job for this annotation

GitHub Actions / lint

230:18 syntax error: expected <block end>, but found ',' (syntax)
's3:x-amz-server-side-encryption-aws-kms-key-id': {'Fn::ImportValue': !Sub '${ParentKmsKeyStack}-KeyArn'}
- !Ref 'AWS::NoValue'
Expand Down

0 comments on commit 41ff418

Please sign in to comment.