Allow long running media api requests

This commit is contained in:
Greg Fodor 2020-04-15 17:41:41 +00:00
Родитель a6a66f7e92
Коммит 610b750eac
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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 }
}