mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Make code match what we are running in prod for sandbox timeout (#9169)
This commit is contained in:
parent
9ff51fdce8
commit
114e97ba6c
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ resource "aws_lambda_function" "jitprovisioner" {
|
|||
role = aws_iam_role.jitprovisioner.arn
|
||||
reserved_concurrent_executions = -1
|
||||
kms_key_arn = var.kms_key.arn
|
||||
timeout = 10
|
||||
timeout = 5
|
||||
memory_size = 512
|
||||
vpc_config {
|
||||
security_group_ids = [aws_security_group.jitprovisioner.id]
|
||||
|
|
|
|||
Loading…
Reference in a new issue