Skip to content

Commit 4d5f6b6

Browse files
committed
remove unneeded condition statement
1 parent 583a3a1 commit 4d5f6b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws_sra_examples/solutions/guardduty/guardduty_org/templates/sra-guardduty-org-delivery-s3-bucket.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ Resources:
161161
- Sid: AWSBucketDeliveryOptinRegions
162162
Effect: Allow
163163
Action: s3:PutObject
164-
Condition:
165164
Resource: !Sub arn:aws:s3:::${rGuardDutyDeliveryS3Bucket}/*
166165
Principal: '*'
167166
Condition:

0 commit comments

Comments
 (0)