зеркало из https://github.com/mozilla/hubs-ops.git
Allow long running media api requests
This commit is contained in:
Родитель
a6a66f7e92
Коммит
610b750eac
|
@ -105,6 +105,7 @@ resource "aws_alb" "ret" {
|
|||
name = "${var.shared["env"]}-ret"
|
||||
security_groups = ["${aws_security_group.ret-alb.id}"]
|
||||
subnets = ["${data.terraform_remote_state.vpc.public_subnet_ids}"]
|
||||
idle_timeout = 120
|
||||
|
||||
lifecycle { create_before_destroy = true }
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче