Quellcode durchsuchen

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

Updates cloudwatch logs kinesis node.js to 16
Frederick Damstra vor 3 Jahren
Ursprung
Commit
2f9606e9db

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/370-moose-cloudwatch-logs/terragrunt.hcl

@@ -14,7 +14,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/moose_cloudwatch_logs?ref=v5.0.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/moose_cloudwatch_logs?ref=v5.3.9"
 }
 
 dependency "c2_account_standards" {

+ 1 - 1
test/aws-us-gov/mdr-test-c2/370-moose-cloudwatch-logs/terragrunt.hcl

@@ -14,7 +14,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/moose_cloudwatch_logs?ref=v5.0.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/moose_cloudwatch_logs?ref=v5.3.9"
 }
 
 dependency "c2_account_standards" {