Browse Source

Removes Portal DNS from Legacy

Brad Poulton 4 years ago
parent
commit
921fd46bb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/env.hcl

+ 1 - 1
test/env.hcl

@@ -149,6 +149,6 @@ locals {
   # cnames only
   legacy_public_cname_dns = {
     "iratemoses" = "moose-external-1512880739.us-east-1.elb.amazonaws.com",
-    "portal" = "portal-alb-test-868493124.us-east-1.elb.amazonaws.com"
+    #"portal" = "portal-alb-test-868493124.us-east-1.elb.amazonaws.com"
   }
 }