Browse Source

Merge pull request #320 from mdr-engineering/feature/ftd_MSOCI-1590_DNSSEC

Fixes 010-public-dns Module Version
Frederick Damstra 4 years ago
parent
commit
9d3e2d5ddd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/aws/mdr-common-services/010-public-dns/terragrunt.hcl

+ 1 - 1
common/aws/mdr-common-services/010-public-dns/terragrunt.hcl

@@ -8,7 +8,7 @@ locals {
 
 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/dns/public_dns?ref=v1.24.2"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/dns/public_dns?ref=v1.24.4"
 }
 
 include {