Skip to content

Commit

Permalink
remove policy_id
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 23, 2021
1 parent ecd3251 commit bbcda8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudtrail/sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource "aws_sqs_queue_policy" "cloudtrail_deadletter" {
}

data "aws_iam_policy_document" "cloudtrail_deadletter" {
policy_id = "SQSDefaultPolicy"
# policy_id = "SQSDefaultPolicy"
statement {
sid = "AllowSNSSendMessage"
effect = "Allow"
Expand Down Expand Up @@ -75,7 +75,7 @@ resource "aws_sqs_queue_policy" "cloudtrail_sqs" {
}

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

0 comments on commit bbcda8e

Please sign in to comment.