Skip to content

Commit

Permalink
use azure domain controllers instead (#9028)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Dec 9, 2024
1 parent a085b3e commit 4b8eab8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ locals {

self_managed_active_directory = {
dns_ips = [
module.ip_addresses.mp_ip.ad-hmpp-dc-a,
module.ip_addresses.mp_ip.ad-hmpp-dc-b,
module.ip_addresses.azure_fixngo_ip.PCMCW0011,
module.ip_addresses.azure_fixngo_ip.PCMCW0012,
]
domain_name = "azure.hmpp.root"
username = "svc_join_domain"
Expand Down

0 comments on commit 4b8eab8

Please sign in to comment.