|
@@ -5,8 +5,11 @@ locals {
|
|
|
account_alias = "afs-mdr-common-services-gov"
|
|
|
aws_account_id = "701290387780"
|
|
|
instance_termination_protection = true # set to true for production!
|
|
|
-
|
|
|
- account_tags = { }
|
|
|
+ splunk_prefix = "moose"
|
|
|
+
|
|
|
+ account_tags = {
|
|
|
+ "Client": local.splunk_prefix
|
|
|
+ }
|
|
|
c2_account_standards_path = "../../../../prod/aws-us-gov/mdr-prod-c2/005-account-standards-c2"
|
|
|
|
|
|
# For CIDR assignment, see https://github.mdr.defpoint.com/mdr-engineering/msoc-infrastructure/wiki/IP-Address-Allocation
|