Browse Source

Merge pull request #173 from mdr-engineering/feature/ftd_na_FixALSIWorkerName

Updates ALSI to 1.10.13 for Worker Name Changes
Frederick Damstra 4 years ago
parent
commit
64b5737ce6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/aws-us-gov/mdr-test-c2/175-splunk-alsi/terragrunt.hcl

+ 1 - 1
test/aws-us-gov/mdr-test-c2/175-splunk-alsi/terragrunt.hcl

@@ -13,7 +13,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.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/alsi?ref=v1.10.12"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/alsi?ref=v1.10.13"
 }
 
 dependency "vpc" {