We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a347d0 commit afddab0Copy full SHA for afddab0
internal/command/init_test.go
@@ -3372,6 +3372,8 @@ func TestInit_stateStore_newWorkingDir(t *testing.T) {
3372
// > "during a non-init command, the command ends in with an error telling the user to run an init command"
3373
}
3374
3375
+// Testing init's behaviors when run in a working directory where the configuration
3376
+// doesn't match the backend state file.
3377
func TestInit_stateStore_configChanges(t *testing.T) {
3378
t.Run("the -reconfigure flag makes Terraform ignore the backend state file during initialization", func(t *testing.T) {
3379
// Create a temporary working directory with state store configuration
0 commit comments