Added missing vendor

This commit is contained in:
2023-04-27 09:25:53 -07:00
parent 066d82e0e4
commit 0f024f970b
4 changed files with 137 additions and 13 deletions

View File

@@ -483,6 +483,7 @@ module "export_backup_job" {
}
module "ntg_job" {
schedule = "rate(6 hours)"
source = "./background-job/"
ecs_cluster = var.ecs_cluster
task_role_arn = var.task_role_arn