Skip to content

Commit 208c963

Browse files
[PRMP-1469] change max visibility back to previous value
1 parent adafa2d commit 208c963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/sqs-nrl.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module "sqs-nrl-queue" {
66
message_retention = 1209600
77
enable_sse = true
88
enable_fifo = true
9-
max_visibility = 60
9+
max_visibility = 601
1010
enable_deduplication = true
1111
enable_dlq = true
1212
max_receive_count = 1

0 commit comments

Comments
 (0)