ソースを参照

Delegates ai.accenturefederalcyber.com to route53 in that account

Fred Damstra 5 年 前
コミット
7ac324772a

+ 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.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/dns/public_dns?ref=v0.5.4"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/dns/public_dns?ref=v0.6.3"
 }
 
 include {

+ 7 - 1
common/aws/mdr-common-services/account.hcl

@@ -22,12 +22,18 @@ locals {
   ]
   # Delegated zones are created in different accounts
   delegated_public_dns_zones = {
+    "ai.accenturefederalcyber.com" = [
+      "ns-348.awsdns-43.com",
+      "ns-1733.awsdns-24.co.uk",
+      "ns-1330.awsdns-38.org",
+      "ns-610.awsdns-12.net",
+    ],
     "caasp.accenturefederalcyber.com" = [
       "ns-537.awsdns-03.net",
       "ns-1532.awsdns-63.org",
       "ns-1933.awsdns-49.co.uk",
       "ns-417.awsdns-52.com",
-    ]
+    ],
   }
   
   # For testing