Skip to content

Commit 51dce7d

Browse files
authored
Merge pull request #55 from turnerlabs/maintenance/8-11-20
maintenance items 8-11-20
2 parents b565a86 + f0ba4c7 commit 51dce7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

env/dev/ecs-event-stream.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "aws_lambda_function" "ecs_event_stream" {
5858
filename = data.archive_file.lambda_zip.output_path
5959
source_code_hash = data.archive_file.lambda_zip.output_base64sha256
6060
handler = "index.handler"
61-
runtime = "nodejs10.x"
61+
runtime = "nodejs12.x"
6262
tags = var.tags
6363
}
6464

env/dev/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "aws_profile" {
1414
}
1515

1616
provider "aws" {
17-
version = ">= 2.27.0"
17+
version = ">= 2.27.0, < 3.0.0"
1818
region = var.region
1919
profile = var.aws_profile
2020
}

0 commit comments

Comments
 (0)