Explorar el Código

Merge pull request #306 from mdr-engineering/bp_MSOCI-1692_bp-ot-demo_terminate

Reverts modelclient account
Brad Poulton hace 4 años
padre
commit
4e158b5c2c

+ 0 - 6
globals.hcl

@@ -85,12 +85,6 @@ locals {
         "156.40.208.0/20",  # Derived from our VPC Flow Logs deny logs 2020-12-11
       ]
     },
-    {
-      description = "BP-OT-DEMO LCP"
-      cidr_blocks = [
-        "184.105.253.64/28", # Provided by OT IP address range for Houston CFC 2021-02-09
-      ]
-    },
     {
       description = "Test LCPs"
       cidr_blocks = [

+ 1 - 1
prod/aws-us-gov/mdr-prod-modelclient/README.md

@@ -1,3 +1,3 @@
 # prod model client (govcloud)
 
-OT Demo
+Customer Demos can be hosted in this account. 

+ 4 - 4
prod/aws-us-gov/mdr-prod-modelclient/account.hcl

@@ -5,11 +5,11 @@ locals {
   account_alias  = "afs-mdr-prod-modelclient-gov"
   aws_account_id = "738736370544"
   instance_termination_protection = true # set to true for production!
-  splunk_prefix = "bp-ot-demo"
-  splunk_private_hec = false # True if the customer needs a private HTTP Event Collector such as for ALSI
+  splunk_prefix = "TODO"
+  splunk_private_hec = TODO # True if the customer needs a private HTTP Event Collector such as for ALSI
 
   splunk_data_sources = [
-    "184.105.253.64/28", # TODO: Add customer's public IP addresses
+    "x.x.x.x/32", # TODO: Add customer's public IP addresses
   ]
   splunk_legacy_cidr = [ ] # Should not be needed for new customers
   splunk_asg_sizes   = [ 0, 0, 0 ] # How many indexers in each site
@@ -24,7 +24,7 @@ locals {
   vpc_info = { 
     "vpc-splunk" = {
        "name" = "vpc-splunk",
-       "purpose" = "Splunk Systems (bp-ot-demo)", # TODO: Substitute with Customer Name
+       "purpose" = "Splunk Systems (TODO)", # TODO: Substitute with Customer Name
        "cidr" = "10.42.28.0/22",
        "tgw_attached" = true
     }