|
@@ -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
|
|
|
}
|