Open
Description
Myiac is not running init when terraform required it. For example when changes in terraform version are made myiac should run terraform init
Steps to reproduce the behavior:
- Build env with terraform 0.12
- Upgrade terraform in dev image to 0.15
- Run destroy or create cluster
- Myiac exit with error that terraform init is required
Myiac should detect message about missing terraform init and run it or at least has option to do it manually.