Browse Source

Merge pull request #515 from mdr-engineering/feature/ftd_MSOCI-2290_NodeJSVersion

Updated nodejs to v16
Frederick Damstra 2 years ago
parent
commit
c408394049

+ 1 - 1
thirdparty/terraform-aws-kinesis-firehose-splunk/README.XDR.md

@@ -1,2 +1,2 @@
 Changes:
-
+* variable "nodejs_runtime" default changed from "nodejs12.x" to "nodejs16.x"

+ 1 - 1
thirdparty/terraform-aws-kinesis-firehose-splunk/variables.tf

@@ -18,7 +18,7 @@ variable "hec_token" {
 
 variable "nodejs_runtime" {
   description = "Runtime version of nodejs for Lambda function"
-  default     = "nodejs12.x"
+  default     = "nodejs16.x"
 }
 
 variable "firehose_name" {