Skip to content

Commit

Permalink
docs: Fix hard-coded AWS partition in IAM policy (#5747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jojonium authored Feb 28, 2024
1 parent dfa74ee commit 1a8359c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
{
"Sid": "AllowInterruptionQueueActions",
"Effect": "Allow",
"Resource": "arn:aws:sqs:${AWS_REGION}:${AWS_ACCOUNT_ID}:${CLUSTER_NAME}",
"Resource": "arn:${AWS_PARTITION}:sqs:${AWS_REGION}:${AWS_ACCOUNT_ID}:${CLUSTER_NAME}",
"Action": [
"sqs:DeleteMessage",
"sqs:GetQueueUrl",
Expand Down

0 comments on commit 1a8359c

Please sign in to comment.