Skip to content

Commit 0789815

Browse files
marcodb-awsiakov-aws
authored andcommitted
Fix Indent module-compute-optimizer.yaml
1 parent 2b58e7d commit 0789815

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

data-collection/deploy/module-compute-optimizer.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)