Explorar el Código

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

Updates ALSI to 1.10.13 for Worker Name Changes
Frederick Damstra hace 4 años
padre
commit
64b5737ce6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" {