readiness for ntg automatic invoice importation

This commit is contained in:
2023-04-26 14:26:49 -07:00
parent 9ab89b2952
commit 19d83f655f
3 changed files with 75 additions and 58 deletions

View File

@@ -481,3 +481,15 @@ module "export_backup_job" {
memory = 8192
cpu = 4096
}
module "ntg_job" {
source = "./background-job/"
ecs_cluster = var.ecs_cluster
task_role_arn = var.task_role_arn
stage = var.stage
job_name = "ntg"
execution_role_arn = var.execution_role_arn
use_schedule = false
memory = 4096
cpu = 1024
}