Skip to content

Commit 75c94cb

Browse files
Merge pull request #14 from scribd/add_lambda_module_version
fix: added "terraform-aws-modules/lambda/aws" version
2 parents e2b6efa + 17291a5 commit 75c94cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lambdas.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module "lambda-put-nodes-to-standby" {
22
source = "terraform-aws-modules/lambda/aws"
3+
version = "1.30.0"
34
attach_cloudwatch_logs_policy = false
45
attach_tracing_policy = false
56
attach_async_event_policy = false
@@ -20,6 +21,7 @@ module "lambda-put-nodes-to-standby" {
2021

2122
module "lambda-check-for-pods" {
2223
source = "terraform-aws-modules/lambda/aws"
24+
version = "1.30.0"
2325
attach_cloudwatch_logs_policy = false
2426
attach_tracing_policy = false
2527
attach_async_event_policy = false
@@ -50,6 +52,7 @@ module "lambda-check-for-pods" {
5052

5153
module "lambda-taint-nodes" {
5254
source = "terraform-aws-modules/lambda/aws"
55+
version = "1.30.0"
5356
attach_cloudwatch_logs_policy = false
5457
attach_tracing_policy = false
5558
attach_async_event_policy = false
@@ -80,6 +83,7 @@ module "lambda-taint-nodes" {
8083

8184
module "lambda-detach-and-terminate-node" {
8285
source = "terraform-aws-modules/lambda/aws"
86+
version = "1.30.0"
8387
attach_cloudwatch_logs_policy = false
8488
attach_tracing_policy = false
8589
attach_async_event_policy = false

0 commit comments

Comments
 (0)