Skip to content

Commit

Permalink
Merge pull request #1 from gemini/add-confirmation-timeout
Browse files Browse the repository at this point in the history
adding confirmation_timeout_in_minutes to prevent module failing w/ P…
  • Loading branch information
eightseventhreethree authored Apr 7, 2022
2 parents 2dc036c + c0e8670 commit 9c796c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ resource "aws_sns_topic_subscription" "this" {
deadLetterTargetArn = join("", aws_sqs_queue.dead_letter_queue.*.arn)
maxReceiveCount = var.redrive_policy_max_receiver_count
})) : null
confirmation_timeout_in_minutes = var.subscribers[each.key].confirmation_timeout_in_minutes
}

resource "aws_sns_topic_policy" "this" {
Expand Down

0 comments on commit 9c796c4

Please sign in to comment.