Prechádzať zdrojové kódy

Merge pull request #118 from mdr-engineering/feature/ftd_MSOCI-1445_SplunkClusterBuilding

Disables DNS entries for moose-*.xdr{,test}.accenturefederalcyber.com
Frederick Damstra 4 rokov pred
rodič
commit
8d15cc5b92

+ 1 - 1
prod/env.hcl

@@ -85,7 +85,7 @@ locals {
   # 2) Reapply the legacy-mdr-*/026-legacy-dns-entries module.
   # 3) Create a new entry in the module with which you're creating the new instance.
   legacy_private_dns = {
-    "moose-splunk-sh" = "10.80.101.65", # Needed for xdr-inventory
+    #"moose-splunk-sh" = "10.80.101.65", # Needed for xdr-inventory
     #"jira-server" = "10.80.101.250",
     #"mailrelay" = "10.80.1.107",
     #"openvpn" = "10.100.0.129",

+ 1 - 1
test/aws-us-gov/mdr-test-c2/010-vpc-splunk/terragrunt.hcl

@@ -13,7 +13,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/standard_vpc?ref=v0.9.4"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/standard_vpc?ref=v0.9.9"
 }
 
 dependency "transit_gateway" {

+ 1 - 1
test/env.hcl

@@ -109,7 +109,7 @@ locals {
   legacy_private_dns = {
     #"moose-splunk-cm" = "10.96.101.87",
     #"moose-splunk-hf" = "10.96.101.75",
-    "moose-splunk-sh" = "10.96.101.154", # needed for xdr-inventory
+    #"moose-splunk-sh" = "10.96.101.154", # needed for xdr-inventory
     #"clu" = "10.96.101.122",
     #"fm-shared-search" = "10.96.1.39",
     #"ghe-backup" = "10.96.101.71",