Skip to content

Commit 3f2ff9c

Browse files
committed
update version of warmer
1 parent 3a08f79 commit 3f2ff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/envs/prod/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module "sqs_queues" {
4646
}
4747

4848
module "lambda_warmer" {
49-
source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v0.1.1"
49+
source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v1.0.0"
5050
function_to_warm = module.lambdas.core_api_lambda_name
5151
}
5252
module "dynamo" {

0 commit comments

Comments
 (0)