Gerry Tan

Results 31 comments of Gerry Tan

Thanks for reporting @erenabiri , the resource has a default timeout of 10 min and it has a [timeout block](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/pim_eligible_role_assignment#timeouts) to extend it. Can you try providing a longer value...

Thanks @gabrielcanton , it is quite common for Azure resources to do further mutation after the resource is initially created via Terraform. The recommendation is for you to refactor your...

To clarify: the AZURE_KEYVAULT_RESOURCEENDPOINT and AZURE_KEYVAULT_SCOPE env vars were added to the app_settings on the server side. There is no way Terraform can know about this until the next time...

I see your point @gabrielcanton . The app_service_connection resource was probably not designed with this use case in mind. I am consulting with the team if there is any possible...

@whatisthejava I am unable to reproduce your problem against the reported environment (windows, tf core 1.12.2, azurerm 4.33.0). Can you please try performing a `terraform init`, `plan` and `apply` in...

Hi @dehouwerd I am unable to reproduce your problem. I can deploy the workspace fine with the configuration you posted above, with some modification related to virtual network / subnet...

@dehouwerd there's definitely no logic in the code that appends an `s` suffix at the end of subnet. My suspicion are either a stray terraform variable override, or the NSG...

@dehouwerd can you please also refer to this doc: https://learn.microsoft.com/en-us/azure/databricks/security/network/classic/vnet-inject > The subnet `` is already in use by workspace `` Possible cause: you are creating a workspace in a...

Hi @Anton-Kalashnik88 , can you please post the virtual network configuration with `az network vnet show -n [virtual-network-name] -g [resource-group-name]`. Please redact any sensitive information. Alternatively you can also [raise...

Thank you @jarteagaf , that explains why I could not reproduce the problem -- I pre-create the subnet using Terraform. @dehouwerd can you please try this recommended solution and check...