Explorar el Código

Updates Jira to Latest

Adds default instance permissions to the instance profile
Fred Damstra [afs macbook] hace 4 años
padre
commit
e0460f3a5f
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=v1.24.0"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/jira/instance_jira?ref=v2.1.4"
 }
 
 dependency "vpc" {