From a0cc79a68748e0ca407eac483b16ecd88f7d72b3 Mon Sep 17 00:00:00 2001 From: Wai Phyo Date: Tue, 3 Dec 2024 10:04:28 -0800 Subject: [PATCH] fix: remove dev bucket --- tf-module/unity-cumulus/sns_policy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-module/unity-cumulus/sns_policy.json b/tf-module/unity-cumulus/sns_policy.json index 7b69255..4595583 100644 --- a/tf-module/unity-cumulus/sns_policy.json +++ b/tf-module/unity-cumulus/sns_policy.json @@ -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}"] } } }