Skip to content

Commit

Permalink
THAT should fix destination policy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh authored Aug 19, 2024
1 parent a712e74 commit 6cc952c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacksets/datadog-shipping/logs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Resources:
{
"Effect": "Allow",
"Principal": {
"Service": "logs.${AWS::Region}.amazonaws.com"
"AWS": "*"
},
"Action": "logs:PutSubscriptionFilter",
"Resource": "arn:${AWS::Partition}:logs:${AWS::Region}:${AWS::AccountId}:destination:DATADOG-LOGS-FIREHOSE",
Expand Down

0 comments on commit 6cc952c

Please sign in to comment.