Browse Source

Merge pull request #477 from mdr-engineering/feature/dw_MSOCI-1623_more_tq_fixes

Version bump 3.2.1
Duane Waddle 3 years ago
parent
commit
db5b694088
1 changed files with 1 additions and 1 deletions
  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.7"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/threatquotient?ref=v3.2.1"
 }
 
 dependency "vpc" {