Loading...
Loading...
### Terraform Version ```shell Terraform v1.6.4 on darwin_amd64 ``` ### Terraform Configuration Files ```terraform { required_version = ">= 1.5.2" backend "azurerm" { resource_group_name = "rg-terraform" storage_account_name = "tfstateterraform" container_name = "tfstate" key = "dev.terraform.tfstate" } ``` ### Debug Output ```2023-11-23T12:09:02.594+0100 [TRACE] Meta.Backend: built configuration for "azurerm" backend with hash value 3057795898 2023-11-23T12:09:02.594+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2023-11-23T12:09:02.594+0100 [DEBUG] New state was assigned lineage 2023-11-23T12:09:02.594+0100 [TRACE] Meta.Backend: moving from default local state only to "azurerm" backend 2023-11-23T12:09:02.595+0100 [DEBUG] checking for provisioner in "." 2023-11-23T12:09:02.600+0100 [DEBUG] checking for provisioner in "/usr/local/bin" 2023-11-23T12:09:02.601+0100 [TRACE] backend/local: state manager for workspace "default" will: - read initial snapshot from terraform.tfstate - write new snapshots to terraform.tfstate - create any backup at terraform.tfstate.backup 2023-11-23T12:09:02.601+0100 [TRACE] statemgr.Filesystem: reading initial snapshot from terraform.tfstate 2023-11-23T12:09:02.601+0100 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay 2023-11-23T12:09:02.601+0100 [TRACE] statemgr.Filesystem: read nil snapshot 2023-11-23T12:09:02.601+0100 [TRACE] Meta.Backend: ignoring local "default" workspace because its state is empty 2023-11-23T12:09:02.601+0100 [INFO] Testing if Service Principal / Client Certificate is applicable for Authentication.. 2023-11-23T12:09:02.601+0100 [INFO] Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication.. 2023-11-23T12:09:02.601+0100 [INFO] Testing if Service Principal / Client Secret is applicable for Authentication.. 2023-11-23T12:09:02.601+0100 [INFO] Using Service Principal / Client Secret for Authentication 2023-11-23T12:09:02.601+0100 [INFO] Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant 2023-11-23T12:09:02.601+0100 [DEBUG] Obtaining an MSAL / Microsoft Graph token for Resource Manager.. 2023-11-23T12:09:02.602+0100 [DEBUG] New state was assigned lineage 2023-11-23T12:09:02.602+0100 [DEBUG] Building the Container Client from an Access Token (using user credentials) ``` ### Expected Behavior Terraform init should have (run as before) and modules, plugins should have been downloaded. Terraform state file should have been created and (as before) in the given storage account. ### Actual Behavior Terraform init hangs. ### Steps to Reproduce `terraform init` ### Additional Context _No response_ ### References _No response_
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.