Skip to content

Commit

Permalink
dc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jchancellor-ms committed Nov 6, 2024
1 parent 5e491ee commit a1aa8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create_test_domain_controllers/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ module "testvm_secondary" {
name = var.dc_vm_name_secondary
admin_credential_key_vault_resource_id = var.key_vault_resource_id
virtualmachine_sku_size = var.dc_vm_sku
zone = "2"
zone = "1"
#admin_password = module.testvm.admin_password
#generate_admin_password_or_ssh_key = false

Expand Down

0 comments on commit a1aa8cf

Please sign in to comment.