You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
Error: Error running plan: 1 error(s) occurred:
provider.azurerm: No valid (unexpired) Azure CLI Auth Tokens found. Please run az login.
Panic Output
Expected Behavior
az account list => works
terraform plan => works
Actual Behavior
az account list => works
terraform plan => gives the message above
(this happens after a bit of time from when I did az login, the command works for a while, but go to lunch and it shows above error).
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered:
Migrating this over from hashicorp/terraform-provider-azurerm#502 where @jwendl opened the following issue:
Terraform requires az login after 30 minutes of in activity, even though az account list still works.
Terraform Version
Terraform v0.10.8
Affected Resource(s)
All
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.
Error: Error running plan: 1 error(s) occurred:
az login
.Panic Output
Expected Behavior
az account list => works
terraform plan => works
Actual Behavior
az account list => works
terraform plan => gives the message above
(this happens after a bit of time from when I did az login, the command works for a while, but go to lunch and it shows above error).
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
Important Factoids
References
The text was updated successfully, but these errors were encountered: