Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Myiac faild after terraform version upgrade #82

Open
bartlomiejsawicki opened this issue May 11, 2021 · 0 comments
Open

Myiac faild after terraform version upgrade #82

bartlomiejsawicki opened this issue May 11, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@bartlomiejsawicki
Copy link
Contributor

Myiac can't detect change of terraform version. When run on old tfstate terraform ask to run upgrade command but myiac faild by not taking any action.

Steps to reproduce the behavior:

  1. Build env with terraform 0.12 and remote state enabled
  2. Upgrade terraform in dev image to 0.15
  3. rm .terraform from code directory (cause by bug Myiac failed when terraform init needed #81)
  4. Run destroy or create cluster
  5. Terraform will complain about terraform upgrade command which should be used to upgrade remote state

Myiac detect message about required upgrade and run it or has possibility to do it manually.

@bartlomiejsawicki bartlomiejsawicki added the bug Something isn't working label May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant