Skip to content

Commit a7e5efb

Browse files
committed
Formatting
1 parent 876db47 commit a7e5efb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module "sqs-stitching-queue-deadletter" {
2-
source = "./modules/sqs"
3-
name = "stitching-queue-dlq"
4-
environment = var.environment
5-
owner = var.owner
6-
message_retention = 1800
7-
enable_sse = true
8-
max_visibility = 601
9-
enable_dlq = true
2+
source = "./modules/sqs"
3+
name = "stitching-queue-dlq"
4+
environment = var.environment
5+
owner = var.owner
6+
message_retention = 1800
7+
enable_sse = true
8+
max_visibility = 601
9+
enable_dlq = true
1010
}

0 commit comments

Comments
 (0)