ソースを参照

Adds Portal DNS

Brad Poulton 5 年 前
コミット
896092e497

+ 1 - 1
test/aws/legacy-mdr-test/026-legacy-dns-entries/terragrunt.hcl

@@ -15,7 +15,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.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/dns/legacy_dns_entries?ref=v0.6.4"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/dns/legacy_dns_entries?ref=v0.6.7"
 }
 
 # Include all settings from the root terragrunt.hcl file

+ 4 - 0
test/env.hcl

@@ -107,4 +107,8 @@ locals {
     "salt-master" = "18.233.43.236",
     "sensu" = "34.235.81.176"
   }
+  # cnames only
+  legacy_public_cname_dns = {
+    "portal" = "portal-alb-test-868493124.us-east-1.elb.amazonaws.com"
+  }
 }