Explorar el Código

Merge pull request #504 from mdr-engineering/hotfix/ftd_MSOCI-1989_JiraWAFFix

WAF Bypass for UNIX Shell code for Jira
Frederick Damstra hace 3 años
padre
commit
4c06f63eb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      prod/aws-us-gov/mdr-prod-c2/220-instance-jira/terragrunt.hcl

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/220-instance-jira/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/jira/instance_jira?ref=v3.3.1"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/jira/instance_jira?ref=v3.3.4"
 }
 
 dependency "vpc" {