Skip to content

Commit

Permalink
Release: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Jan 21, 2022
1 parent b733d79 commit 4e94e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
3 changes: 2 additions & 1 deletion modules/aft-account-request-framework/sqs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ resource "aws_sqs_queue" "aft_account_request" {
name = "aft-account-request.fifo"
fifo_queue = true
kms_master_key_id = aws_kms_alias.aft.name
visibility_timeout_seconds = 240
kms_data_key_reuse_period_seconds = 300
redrive_policy = jsonencode({
deadLetterTargetArn = aws_sqs_queue.aft_account_request_dlq.arn
maxReceiveCount = 1000
maxReceiveCount = 1
})
}

Expand Down

0 comments on commit 4e94e1a

Please sign in to comment.