Skip to content

Commit

Permalink
fix: make Resource more specific [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 19, 2023
1 parent a2586d1 commit 500083a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DEPLOY_WEBINY_PROJECT_CF_TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,10 @@ Resources:

# We need this to get logs from CloudWatch during data migrations.
- Effect: Allow
Resource: "*"
Resource: "arn:aws:logs:*:*:log-group:wby-data-migration-*"
Action:
- logs:GetLogEvents
- logs:Unmask
- logs:GetLogEvents

UserToDeployWebinyProjectGroup1:
Type: AWS::IAM::UserToGroupAddition
Expand Down

0 comments on commit 500083a

Please sign in to comment.