Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 22, 2021
2 parents b6512f2 + f8522ba commit 3ba5188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
- general
- change ip_restriction to be a dynamic condition block to also include VpcSourceIp

* v1.13.3 -- 20211122
- config
- fix by commenting policy_id from sqs policies

* v1.14.0 -- 20211115
- cloudtrail-key
- create module to setup a KMS ke per region for cloudtrail
4 changes: 2 additions & 2 deletions config/sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "aws_sqs_queue_policy" "config_deadletter" {
}

data "aws_iam_policy_document" "config_sqs_deadletter" {
policy_id = "SQSDefaultPolicy"
# policy_id = "SQSDefaultPolicy"
statement {
sid = "AllowSQSReceiveMessage"
effect = "Allow"
Expand Down Expand Up @@ -97,7 +97,7 @@ resource "aws_sqs_queue_policy" "config" {
}

data "aws_iam_policy_document" "config_sqs" {
policy_id = "SQSDefaultPolicy"
# policy_id = "SQSDefaultPolicy"
statement {
sid = "AllowSNSSendMessage"
effect = "Allow"
Expand Down

0 comments on commit 3ba5188

Please sign in to comment.