Browse Source

Merge pull request #483 from mdr-engineering/hotfix/ftd_na_JiraWAFIssue

Updates jira to 3.2.5 for WAF fix
Frederick Damstra 3 years ago
parent
commit
824c5d8527
1 changed files with 1 additions and 1 deletions
  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.2.3"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/jira/instance_jira?ref=v3.2.5"
 }
 
 dependency "vpc" {