|
@@ -4,6 +4,39 @@ locals {
|
|
environment = "test"
|
|
environment = "test"
|
|
transit_gateway_account_name = "mdr-test-c2" # Which account has the transit gateway
|
|
transit_gateway_account_name = "mdr-test-c2" # Which account has the transit gateway
|
|
|
|
|
|
|
|
+ environment_tags = {
|
|
|
|
+ Environment = local.environment
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ legacy_account = "527700175026"
|
|
|
|
+ c2_accounts = {
|
|
|
|
+ "aws-us-gov" = "738800754746" # mdr-test-c2-gov
|
|
|
|
+ "aws" = "816914342178" # mdr-test-c2
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ private_dns = {
|
|
|
|
+ "aws-us-gov" = {
|
|
|
|
+ "name" = "gctest.accenturefederalcyber.com",
|
|
|
|
+ "id" = "Z08253713IR2OY59O4OGL",
|
|
|
|
+ # If starting fresh, leave dns_servers as an empty list
|
|
|
|
+ "dns_servers" = [
|
|
|
|
+ "10.20.0.119",
|
|
|
|
+ "10.20.0.211",
|
|
|
|
+ "10.20.1.11",
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "aws" = {
|
|
|
|
+ "name" = "cotest.accenturefederalcyber.com",
|
|
|
|
+ "id" = "Z03093872COCFHKM0AGC2",
|
|
|
|
+ "dns_servers" = [
|
|
|
|
+ "10.16.0.13",
|
|
|
|
+ "10.16.0.207",
|
|
|
|
+ "10.16.1.23",
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ # Legacy DNS
|
|
dns_private = {
|
|
dns_private = {
|
|
"id" = "Z39OIGEKXXGJZ2"
|
|
"id" = "Z39OIGEKXXGJZ2"
|
|
"name" = "msoc.defpoint.local"
|
|
"name" = "msoc.defpoint.local"
|
|
@@ -17,13 +50,4 @@ locals {
|
|
"name" = "mdr-test.defpoint.com"
|
|
"name" = "mdr-test.defpoint.com"
|
|
}
|
|
}
|
|
|
|
|
|
- legacy_account = "527700175026"
|
|
|
|
- c2_accounts = {
|
|
|
|
- "aws-us-gov" = "738800754746" # mdr-test-c2-gov
|
|
|
|
- "aws" = "816914342178" # mdr-test-c2
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- environment_tags = {
|
|
|
|
- Environment = local.environment
|
|
|
|
- }
|
|
|
|
}
|
|
}
|