AzureRM Active Directory Domain Services timeout?

Hi,

I’ve using azurerm_active_directory_domain_service to create an Active Directory Domain Service which is linked to my Azure AD Tenant. In doing so, it is taking around an hour and 10 minutes to complete but then appears to timeout afterwards when trying to move onto the next resource, which is adding computers to this network. Has anyone else come across this problem and is there an answer? If I run it a second time after the error (via terraform apply again) it works fine so I assuming it is some sort of timeout. I’m running: -

source = “hashicorp/azurerm”
version = “3.4.0”

Any help would be appriciated

Regards

Chris