module.airlock_resources.azurerm_service_plan.airlock_plan can take over 30 minutes to deploy #3817
Open
Description
Description
In my Azure TRE deployment I am trying to run 'make deploy-core' on an as-yet unmodified fork. The deployment takes an excessively long time, and in particular, it seems that module.airlock_resources.azurerm_service_plan.airlock_plan
is stuck somehow.
The resource is actually deployed, I can see it in the portal and it's there, healthy. However, terraform is not recognising that it has been deployed, and is waiting forever in the 'still creating' state.
N.B. There's some discussion at hashicorp/terraform-provider-azurerm#2616 which might be relevant?
Steps
The steps I have tried are:
- Follow the build instructions to the letter, running step by step. When it comes to the 'deploy-core' target, I get this problem.
- Killing/re-starting the process didn't help, it just picked up from where it was before.
Code
The code I am using is an unmodified fork of the source, last updated on December 7th. The latest entry in the 'git log' is:
Author: Marcus Robinson <[email protected]>
Date: Thu Dec 7 16:12:25 2023 +0000
Switch to Open Telemetry for logging (#3762)