Browse Source

Merge pull request #98 from mdr-engineering/feature/bp_MSOCI-1455_migrate_salt_master_2

Adds latest tag for salt master
Brad Poulton 4 years ago
parent
commit
623d91f0c7

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/071-instance-salt-master/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/salt_master?ref=v0.8.7"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/salt_master?ref=v0.9.2"
 }
 
 dependency "vpc-access" {