We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8f8a7 commit 222b6b0Copy full SHA for 222b6b0
README.md
@@ -86,7 +86,7 @@ module "step_function" {
86
}
87
88
sqs = {
89
- sqs = "arn:aws:sqs:..." # sqs queue ARN is required because there is no default_resources key for such integration
+ sqs = ["arn:aws:sqs:..."] # sqs queue ARN is required because there is no default_resources key for such integration
90
91
92
# Special case to deny all actions for the step function (this will override all IAM policies allowed for the function)
0 commit comments