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
As a user I want to see a nice message informing me I am not logged into Azure before attempting to read the regions.
Proposed Solution (Required)
Add a check that runs az account show and falls back to check that environment variables are set for Terraform per the docs. If they are not set, then show a nice message and exit the module.
Is there an existing issue for this?
Infrastructure as Code Type? (Required)
both
Starter Module? (Required)
not relevant
Use Case (Required)
As a user I want to see a nice message informing me I am not logged into Azure before attempting to read the regions.
Proposed Solution (Required)
Add a check that runs
az account show
and falls back to check that environment variables are set for Terraform per the docs. If they are not set, then show a nice message and exit the module.Important Factoids (Optional)
No response
References (Optional)
Related to: #230
The text was updated successfully, but these errors were encountered: