File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 11module "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
2122module "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
5153module "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
8184module "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
You can’t perform that action at this time.
0 commit comments