We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b565a86 + f0ba4c7 commit 51dce7dCopy full SHA for 51dce7d
env/dev/ecs-event-stream.tf
@@ -58,7 +58,7 @@ resource "aws_lambda_function" "ecs_event_stream" {
58
filename = data.archive_file.lambda_zip.output_path
59
source_code_hash = data.archive_file.lambda_zip.output_base64sha256
60
handler = "index.handler"
61
- runtime = "nodejs10.x"
+ runtime = "nodejs12.x"
62
tags = var.tags
63
}
64
env/dev/main.tf
@@ -14,7 +14,7 @@ variable "aws_profile" {
14
15
16
provider "aws" {
17
- version = ">= 2.27.0"
+ version = ">= 2.27.0, < 3.0.0"
18
region = var.region
19
profile = var.aws_profile
20
0 commit comments