mirror of
https://github.com/sigmasternchen/terraform-aws-eventbridge
synced 2025-03-15 07:58:57 +00:00
fix: update sqs access policy
This commit is contained in:
parent
906db9f7dc
commit
5fbc0a7ab0
2 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@ module "eventbridge" {
|
|||
|
||||
| Name | Version |
|
||||
|------|---------|
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.40 |
|
||||
| <a name="provider_aws"></a> [aws](#provider\_aws) | 3.44.0 |
|
||||
|
||||
## Modules
|
||||
|
||||
|
|
2
iam.tf
2
iam.tf
|
@ -137,7 +137,7 @@ data "aws_iam_policy_document" "sqs" {
|
|||
sid = "SQSAccess"
|
||||
effect = "Allow"
|
||||
actions = [
|
||||
"sqs:sendMessage*",
|
||||
"sqs:SendMessage*",
|
||||
"kms:Decrypt",
|
||||
"kms:GenerateDataKey"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue