Skip to content

Commit b36b4e8

Browse files
committed
fix warmer
1 parent 4e48784 commit b36b4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/envs/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "sqs_queues" {
4242

4343
module "lambda_warmer" {
4444
source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v0.1.1"
45-
function_to_warm = "infra-core-api-lambda"
45+
function_to_warm = module.lambdas.core_api_lambda_name
4646
}
4747
module "dynamo" {
4848
source = "../../modules/dynamo"

terraform/envs/qa/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module "sqs_queues" {
4343

4444
module "lambda_warmer" {
4545
source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v0.1.1"
46-
function_to_warm = "infra-core-api-lambda"
46+
function_to_warm = module.lambdas.core_api_lambda_name
4747
}
4848
module "dynamo" {
4949
source = "../../modules/dynamo"

0 commit comments

Comments
 (0)