Skip to content

Commit 9237b49

Browse files
committed
fix yaml extra indentation
1 parent 69a6d87 commit 9237b49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/resources/templates/combination/function_with_msk_trigger_and_s3_onfailure_events_destinations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Resources:
3030
- Action: [s3:PutObject, s3:ListBucket]
3131
Effect: Allow
3232
Resource:
33-
- "arn:aws:s3:::*/*"
34-
- "arn:aws:s3:::*"
33+
- arn:aws:s3:::*/*
34+
- arn:aws:s3:::*
3535
ManagedPolicyArns:
3636
- !Sub arn:${AWS::Partition}:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole
3737
Tags:

0 commit comments

Comments
 (0)