idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
998 stars 30 forks source link

feature request: Disable auto init #25

Closed Mykhailo-Roit closed 1 year ago

Mykhailo-Roit commented 1 year ago

some times I have TF config where init command is terraform init --backend-config "${TFBACKEND_PATH}" So terraform init without this flag makes it impossible view tfstate

Could you add flag or config to disable terraform auto init?

idoavrah commented 1 year ago

Sounds simple enough, will do.

idoavrah commented 1 year ago

Published v0.4.2, check it out :)