Skip to content

Commit

Permalink
fix: remove dev bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
wphyojpl committed Dec 3, 2024
1 parent 71540f8 commit a0cc79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf-module/unity-cumulus/sns_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Resource": "arn:aws:sns:${region}:${accountId}:${snsName}",
"Condition": {
"ArnLike": {
"aws:SourceArn": ["arn:aws:s3:*:*:${s3Glob}", "arn:aws:s3:*:*:uds-*-cumulus-staging"]
"aws:SourceArn": ["arn:aws:s3:*:*:${s3Glob}"]
}
}
}
Expand Down

0 comments on commit a0cc79a

Please sign in to comment.