Prechádzať zdrojové kódy

Merge pull request #55 from mdr-engineering/feature/ftd_na_PrivateLegacyCNAMEs

Add CNAME records for legacy irate moses
Frederick Damstra 5 rokov pred
rodič
commit
9f242fd1c5

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

+ 3 - 0
prod/env.hcl

@@ -95,6 +95,9 @@ locals {
     #"vault-3" = "10.80.3.61",
     "salt-master" = "10.80.101.170",
   }
+  legacy_private_cname_dns = {
+    "iratemoses" = "internal-moose-internal-187462540.us-east-1.elb.amazonaws.com"
+  }
   legacy_public_dns = {
     "bastion" = "18.233.216.6",
     "proxy" = "35.153.103.164",

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

+ 3 - 0
test/env.hcl

@@ -99,6 +99,9 @@ locals {
     #"vault-3" = "10.96.3.88",
     "salt-master" = "10.96.101.161",
   }
+  legacy_private_cname_dns = {
+    "iratemoses" = "internal-moose-internal-1036948608.us-east-1.elb.amazonaws.com."
+  }
   # not many public entries, as the use of saml negates their usefulness
   legacy_public_dns = {
     "bastion" = "34.237.123.128",