When trying to run terraform locally with azurerm provider on my machine, I receive this error :
Error: Error building account: Error getting authenticated object ID: Error parsing json result from the Azure CLI: Error waiting for the Azure CLI: exit status 1
I followed this link : https://github.com/terraform-providers/terraform-provider-azurerm/issues/3686#issuecomment-523983734
but the az account get-access-token
works.
Any ideas?
az ad signed-in-user show
showed that my token has expired and I need toaz login
again. – Bryanbryana