This commit is contained in:
2024-05-26 20:17:50 -07:00
parent daafe9eaa1
commit 4b36cde7a0
32 changed files with 5504 additions and 96 deletions

View File

@@ -315,8 +315,8 @@ module "yodlee2_job" {
schedule = "rate(6 hours)"
job_name = "yodlee2"
execution_role_arn = var.execution_role_arn
memory = 2048
cpu = 1024
memory = 4096
cpu = 2048
}
module "intuit_job" {