Unable to init using remote backend and Terraform v1.1.0 #30129
Labels
backend/remote
bug
confirmed
a Terraform Core team member has reproduced this issue
new
new issue not yet triaged
Milestone
Terraform v1.1.0 will not initialize using a remote backend if there is no existing workspaces.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/dflook/b43b0c303f3d8940eeab5dcafa1f7faa
Expected Behavior
Terraform should have initialized such that I can create a workspace
Steps to Reproduce
terraform init
Additional Context
These commands are run by CI typically with
-input=false
, but that doesn't seem to make a difference.Some workspaces are created for the duration of a build, some are created for the duration of a PR.
The error message appears with terraform <v1.1.0 but the backend would be successfully configured, so it could be easily ignored and a workspace created.
The text was updated successfully, but these errors were encountered: