瀏覽代碼

Merge pull request #464 from mdr-engineering/hotfix/ftd_MSOCI-1276_FixKMSForCloudwatch

Updates Account Standards for mdr-prod-malware-gov to fix kms issue
Frederick Damstra 4 年之前
父節點
當前提交
617510b5b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      prod/aws-us-gov/mdr-prod-malware/006-account-standards/terragrunt.hcl

+ 1 - 1
prod/aws-us-gov/mdr-prod-malware/006-account-standards/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/account_standards?ref=v3.1.6"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/account_standards?ref=v3.1.8"
 }
 
 dependency "c2_account_standards" {