|
@@ -102,6 +102,13 @@ locals {
|
|
|
description = "BAS-Commerce CMPS"
|
|
|
cidr_blocks = [
|
|
|
"52.61.137.158/32", # 2021-04-06 From Daniel Dicke <daniel.dicke@asmr.com>
|
|
|
+ "52.61.70.43/32", # 2021-04-15 yanked from VPC flow logs
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ description = "FRTIB CMPS"
|
|
|
+ cidr_blocks = [
|
|
|
+ "52.61.113.202/32", # 2021-04-15 From Brian Nguyen brian.a.nguyen@accenturefederal.com
|
|
|
]
|
|
|
},
|
|
|
]
|
|
@@ -114,12 +121,10 @@ locals {
|
|
|
}
|
|
|
|
|
|
repo_server_whitelist = concat(
|
|
|
- local.trusted_ips,
|
|
|
local.afs_pop,
|
|
|
local.afs_azure_pop,
|
|
|
local.nga_pop,
|
|
|
[ "52.179.13.17/32", #???
|
|
|
- "75.138.227.80/32", # Duane's House
|
|
|
],
|
|
|
local.xdr_interconnect
|
|
|
)
|