overmindtech / cli

Identify the blast radius and risks for Terraform changes in real time

Home Page:https://overmind.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If AWS doesn't work, ask again

dylanratcliffe opened this issue · comments

Currently we go through a loop looking for AWS regions that work. If nothing works we currently just fail:

✔︎ Authentication successful, token stored locally (/Users/dylanratcliffe/.overmind/token.json)
FATA No regions specified
                                                  exit status 1
                                                               %

Instead we should either:

  • Prompt the user that we couldn't authenticate to AWS
  • Let the select something else
  • Both?