瀏覽代碼

Adds legacy CIDRs for COVIDs

Fred Damstra [afs macbook] 4 年之前
父節點
當前提交
eec233f7df

+ 1 - 0
prod/aws-us-gov/mdr-prod-dc-c19/150-splunk-cluster-master/.tfswitch.toml

@@ -0,0 +1 @@
+../../../../.tfswitch.toml

+ 1 - 1
prod/aws-us-gov/mdr-prod-dc-c19/account.hcl

@@ -12,7 +12,7 @@ locals {
   splunk_data_sources = [
    # "x.x.x.x/32", # TODO: Add customer's public IP addresses
   ]
-  splunk_legacy_cidr = [ ] # Should not be needed for new customers
+  splunk_legacy_cidr = [ "10.160.28.0/22" ] # Should not be needed for new customers
   splunk_asg_sizes   = [ 1, 1, 1 ] # How many indexers in each site
   
   

+ 1 - 1
prod/aws-us-gov/mdr-prod-la-c19/account.hcl

@@ -12,7 +12,7 @@ locals {
   splunk_data_sources = [
    # "x.x.x.x/32", # TODO: Add customer's public IP addresses
   ]
-  splunk_legacy_cidr = [ ] # Should not be needed for new customers
+  splunk_legacy_cidr = [ "10.160.24.0/22" ] # Should not be needed for new customers
   splunk_asg_sizes   = [ 1, 1, 1 ] # How many indexers in each site
   
   

+ 1 - 1
prod/aws-us-gov/mdr-prod-ma-c19/account.hcl

@@ -12,7 +12,7 @@ locals {
   splunk_data_sources = [
    # "x.x.x.x/32", # TODO: Add customer's public IP addresses
   ]
-  splunk_legacy_cidr = [ ] # Should not be needed for new customers
+  splunk_legacy_cidr = [ "10.160.20.0/22" ] # Should not be needed for new customers
   splunk_asg_sizes   = [ 1, 1, 1 ] # How many indexers in each site