소스 검색

MSOCI-1623 Bump module to 3.1.5

Duane Waddle 4 년 전
부모
커밋
108c2e517b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/aws-us-gov/mdr-test-c2/280-threatquotient/terragrunt.hcl

+ 1 - 1
test/aws-us-gov/mdr-test-c2/280-threatquotient/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.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/threatquotient?ref=v3.1.3"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/threatquotient?ref=v3.1.5"
 }
 
 dependency "vpc" {