File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -279,17 +279,17 @@ Resources:
279279 - s3:GetObjectVersionTagging
280280 Effect: 'Allow'
281281 Resource: !Sub arn:${AWS::Partition}:s3:::${DestinationBucket}/*
282- - !If
283- - NeedDataBucketsKms
284- - PolicyName: "KMS"
285- PolicyDocument:
286- Version: "2012-10-17"
287- Statement:
288- - Effect: "Allow"
289- Action:
290- - "kms:GenerateDataKey"
291- Resource: !Split [ ',', !Ref DataBucketsKmsKeysArns ]
292- - !Ref AWS::NoValue
282+ - !If
283+ - NeedDataBucketsKms
284+ - PolicyName: "KMS"
285+ PolicyDocument:
286+ Version: "2012-10-17"
287+ Statement:
288+ - Effect: "Allow"
289+ Action:
290+ - "kms:GenerateDataKey"
291+ Resource: !Split [ ',', !Ref DataBucketsKmsKeysArns ]
292+ - !Ref AWS::NoValue
293293 S3Bucket:
294294 Type: AWS::S3::Bucket
295295 DeletionPolicy: Delete
You can’t perform that action at this time.
0 commit comments