File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
enos/modules/aws_rdp_domain_controller Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ resource "aws_instance" "domain_controller" {
273
273
Add-WindowsFeature -name ad-domain-services -IncludeManagementTools
274
274
275
275
# causes the instance to reboot
276
- Install-ADDSForest -CreateDnsDelegation:$false -DomainMode 7 -DomainName ${ var . active_directory_domain } -DomainNetbiosName ${ var . active_directory_netbios_name } -ForestMode 7 -InstallDns:$true -SafeModeAdministratorPassword $password -Force:$true
276
+ Install-ADDSForest -CreateDnsDelegation:$false -DomainMode 7 -DomainName ${ var . active_directory_domain } -DomainNetbiosName ${ var . active_directory_netbios_name } -ForestMode 7 -InstallDns:$true -NoRebootOnCompletion:$false - SafeModeAdministratorPassword $password -Force:$true
277
277
</powershell>
278
278
EOF
279
279
You can’t perform that action at this time.
0 commit comments