|
@@ -76,7 +76,14 @@ locals {
|
|
|
cidr_blocks = [
|
|
|
"184.105.253.64/28", # Provided by OT IP address range for Houston CFC 2021-02-09
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ description = "Test LCPs"
|
|
|
+ cidr_blocks = [
|
|
|
+ "18.252.65.137/32", # Test LCP in Govcloud (EIP in common-services-gov)
|
|
|
+ "54.224.56.231/32", # Test LCP in Commercial (EIP in common-services)
|
|
|
+ ]
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
dns_zone_map = {
|