This commit is contained in:
2023-05-01 17:10:34 -07:00
8 changed files with 234 additions and 82 deletions

View File

@@ -479,7 +479,7 @@ module "ntg_job" {
stage = var.stage
job_name = "ntg"
execution_role_arn = var.execution_role_arn
use_schedule = false
use_schedule = true
memory = 4096
cpu = 1024
}
}