Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj committed Mar 12, 2024
1 parent c433b87 commit 8d05b17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ locals {
])
domain_controllers = flatten([
module.ip_addresses.azure_fixngo_cidrs.devtest_domain_controllers,
# module.ip_addresses.mp_cidrs.ad_fixngo_azure_domain_controllers, # hits rule limit, remove azure DCs first
module.ip_addresses.mp_cidrs.ad_fixngo_azure_domain_controllers,
])
jumpservers = module.ip_addresses.azure_fixngo_cidrs.devtest_jumpservers
}
Expand Down Expand Up @@ -61,7 +61,7 @@ locals {
])
domain_controllers = flatten([
module.ip_addresses.azure_fixngo_cidrs.prod_domain_controllers,
module.ip_addresses.mp_cidrs.ad_fixngo_hmpp_domain_controllers,
# module.ip_addresses.mp_cidrs.ad_fixngo_hmpp_domain_controllers, # hits rule limit, remove azure DCs first
])
jumpservers = module.ip_addresses.azure_fixngo_cidrs.prod_jumpservers
}
Expand Down

0 comments on commit 8d05b17

Please sign in to comment.