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
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Version
Expected Behavior
terraform init -input=false
(orTF_IN_AUTOMATION=1
set) command should fail outright if it doesn't have enough information to proceedActual Behavior
terraform init
was stuck waiting on input/workspace selection until the CICD build timed out.Steps to Reproduce
Additional Context
Running
terraform
using the GitHub actionhashicorp/setup-terraform@v1
which has a built-in wrapper.References
Discussed in #21393 but was closed without resolution as reported against
terraform 0.11.x
.That issue went on a tangent about defaulting the selection (a bad idea - #21393 (comment)) and then further on to automatic creation of workspace.
The text was updated successfully, but these errors were encountered: