We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a884b8 commit afb1592Copy full SHA for afb1592
terraform/envs/prod/main.tf
@@ -46,7 +46,7 @@ module "sqs_queues" {
46
}
47
48
module "lambda_warmer" {
49
- source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v1.0.0"
+ source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v1.0.1"
50
function_to_warm = module.lambdas.core_api_lambda_name
51
52
module "dynamo" {
terraform/envs/qa/main.tf
@@ -48,7 +48,7 @@ locals {
- source = "github.com/acm-uiuc/terraform-modules/lambda-warmer?ref=v0.1.1"
53
54
0 commit comments