Skip to content

Commit fac66b4

Browse files
committed
fix typo in aws iam policy
Signed-off-by: Jorge Turrado <[email protected]>
1 parent 40fe094 commit fac66b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/aws/iam/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ resource "aws_iam_policy" "workload1_role_policy" {
245245
{
246246
"Effect": "Allow",
247247
"Action": "sqs:*",
248-
"Resource": "arn:aws:sqs:*:589761922677:asume-role-workload1-queue-*"
248+
"Resource": "arn:aws:sqs:*:589761922677:assume-role-workload1-queue-*"
249249
}
250250
]
251251
}

0 commit comments

Comments
 (0)