We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd131c5 commit e6540e4Copy full SHA for e6540e4
main.tf
@@ -18,7 +18,7 @@ resource "random_string" "random" {
18
resource "aws_sqs_queue" "queued_builds" {
19
name = "${var.environment}-queued-builds.fifo"
20
delay_seconds = 30
21
- visibility_timeout_seconds = 60
+ visibility_timeout_seconds = var.runners_scale_up_lambda_timeout
22
fifo_queue = true
23
receive_wait_time_seconds = 10
24
content_based_deduplication = true
0 commit comments