readiness for ntg automatic invoice importation
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user