Closed fuzzykiller closed 2 weeks ago
@fuzzykiller Since you've disabled the shared access key, you'll need to also specify the storage_use_azuread
at the provider block.
I only had it on the backend, so this was indeed missing. I can no longer test it though. Thank and sorry for wasting everyone’s time.
Still, couldn’t the request be automatically retried with Entra ID Auth?
Is there an existing issue for this?
Community Note
Terraform Version
1.9.8
AzureRM Provider Version
4.6.0
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No errors, because there were no errors applying the plan.
Actual Behaviour
Refreshing the state (as part of
apply
) fails.Steps to Reproduce
terraform apply
terraform plan
I am not creating anything else like nested blob containers or even file shares.
Important Factoids
No response
References
No response