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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
The only way i can get terraform.py to read tfstate is by setting the --noterraform option or if a .terraform directory exists.
Seems like terraform state pull works great for local or remote states. Should terraform state pull be the default? And possibly change --noterraform to --localtfstate or --noremotestate if its required for some reason.
The text was updated successfully, but these errors were encountered:
The only way i can get terraform.py to read tfstate is by setting the --noterraform option or if a .terraform directory exists.
Seems like
terraform state pull
works great for local or remote states. Shouldterraform state pull
be the default? And possibly change --noterraform to --localtfstate or --noremotestate if its required for some reason.The text was updated successfully, but these errors were encountered: