Skip to content

Commit

Permalink
feature #3 - Fix sqs policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent a1f3fa3 commit 69d7865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "aws_sqs_queue_policy" "update-exchange-rate-queue-policy" {
"Service": "events.amazonaws.com"
},
"Action": "sqs:SendMessage",
"Resource": "${aws_sqs_queue.update_transaction_by_fuelling_partner_queue.arn}",
"Resource": "${aws_sqs_queue.update-exchange-rate-queue.arn}",
}
]
}
Expand Down

0 comments on commit 69d7865

Please sign in to comment.