Skip to content

Commit 0534861

Browse files
committed
Deduplicate statement SIDs
1 parent 4c4da9b commit 0534861

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

infrastructure/terraform/components/api/module_sqs_amendments_queue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module "amendments_queue" {
2222
data "aws_iam_policy_document" "amendments_queue_policy" {
2323
version = "2012-10-17"
2424
statement {
25-
sid = "AllowSNSToSendMessage"
25+
sid = "AllowSNSToSendAmendments"
2626
effect = "Allow"
2727

2828
principals {

infrastructure/terraform/components/api/module_sqs_supplier_events_queue.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module "supplier_events_queue" {
2222
data "aws_iam_policy_document" "supplier_events_queue_policy" {
2323
version = "2012-10-17"
2424
statement {
25-
sid = "AllowSNSToSendMessage"
25+
sid = "AllowSNSToSendSupplierEvents"
2626
effect = "Allow"
2727

2828
principals {

0 commit comments

Comments
 (0)