Browse Source

Merge pull request #756 from mdr-engineering/feature/ftd_MSOCI-2298_ThreatQ_Fixes

Updates threatq to get rid of tag flipflopping issue
Frederick Damstra 3 years ago
parent
commit
f71982b1fd

+ 1 - 1
prod/aws-us-gov/mdr-prod-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=v5.2.6"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/threatquotient?ref=v5.3.5"
 }
 
 dependency "vpc" {

+ 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=v5.2.6"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/threatquotient?ref=v5.3.5"
 }
 
 dependency "vpc" {