Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit bfa3c70

Browse files
Update the nodeJs version (#31)
tested in https://jenkins.comtravo.com/blue/organizations/jenkins/infrastructure%2Fterraform-aws-lambda/detail/nodejs_v14/5/pipeline * Update the nodejs version * disable lint for now Co-authored-by: Puneeth Nanjundaswamy <[email protected]>
1 parent 2b686bd commit bfa3c70

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ test-aws:
2222
test-all: test-aws
2323

2424
test-docker:
25-
@$(DOCKER_COMPOSE) run --rm terraform make lint
2625
@$(DOCKER_COMPOSE) run --rm terraform make test-all
2726
@$(DOCKER_COMPOSE) down -v
2827

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "memory_size" {
3838

3939
variable "runtime" {
4040
description = "Lambda function runtime"
41-
default = "nodejs12.x"
41+
default = "nodejs14.x"
4242
type = string
4343
}
4444

0 commit comments

Comments
 (0)