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

Commit

Permalink
Update the nodeJs version (#31)
Browse files Browse the repository at this point in the history
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 <puneeth.nanjundaswamy@comtravo.com>
  • Loading branch information
rpgeeganage and Puneeth-n committed Apr 9, 2021
1 parent 2b686bd commit bfa3c70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ test-aws:
test-all: test-aws

test-docker:
@$(DOCKER_COMPOSE) run --rm terraform make lint
@$(DOCKER_COMPOSE) run --rm terraform make test-all
@$(DOCKER_COMPOSE) down -v

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ variable "memory_size" {

variable "runtime" {
description = "Lambda function runtime"
default = "nodejs12.x"
default = "nodejs14.x"
type = string
}

Expand Down

0 comments on commit bfa3c70

Please sign in to comment.