Skip to content

Commit 222b6b0

Browse files
authored
docs: sqs arn needs to be passed as a list (#40)
1 parent 6d8f8a7 commit 222b6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ module "step_function" {
8686
}
8787
8888
sqs = {
89-
sqs = "arn:aws:sqs:..." # sqs queue ARN is required because there is no default_resources key for such integration
89+
sqs = ["arn:aws:sqs:..."] # sqs queue ARN is required because there is no default_resources key for such integration
9090
}
9191
9292
# Special case to deny all actions for the step function (this will override all IAM policies allowed for the function)

0 commit comments

Comments
 (0)