Home
last modified time | relevance | path

Searched refs:testStateRead (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dstate_push_test.go22 expected := testStateRead(t, "replace.tfstate")
40 actual := testStateRead(t, "local-state.tfstate")
86 expected := testStateRead(t, "replace.tfstate")
104 actual := testStateRead(t, "local-state.tfstate")
117 expected := testStateRead(t, "replace.tfstate")
142 actual := testStateRead(t, "local-state.tfstate")
155 expected := testStateRead(t, "local-state.tfstate")
173 actual := testStateRead(t, "local-state.tfstate")
204 actual := testStateRead(t, "local-state.tfstate")
217 expected := testStateRead(t, "replace.tfstate")
[all …]
H A Drefresh_test.go294 newState := testStateRead(t, statePath)
306 backupState := testStateRead(t, statePath+DefaultBackupExtension)
361 newState := testStateRead(t, statePath)
366 newState = testStateRead(t, outPath)
619 newState := testStateRead(t, statePath)
624 newState = testStateRead(t, outPath)
635 backupState := testStateRead(t, backupPath)
690 newState := testStateRead(t, statePath)
697 newState = testStateRead(t, outPath)
H A Dapply_test.go67 state := testStateRead(t, statePath)
189 state := testStateRead(t, statePath)
450 state := testStateRead(t, statePath)
525 state := testStateRead(t, statePath)
664 state := testStateRead(t, statePath)
705 state := testStateRead(t, statePath)
743 testStateRead(t, backupPath)
902 state := testStateRead(t, statePath)
1011 state := testStateRead(t, statePath)
1109 state := testStateRead(t, statePath)
[all …]
H A Dapply_destroy_test.go182 state := testStateRead(t, statePath)
253 state := testStateRead(t, statePath)
H A Dcommand_test.go418 func testStateRead(t *testing.T, path string) *states.State { func
462 newState := testStateRead(t, path)
H A Dstate_mv_test.go102 s := testStateRead(t, statePath)
124 s = testStateRead(t, statePath)
146 s = testStateRead(t, statePath)
H A Dmeta_backend_test.go1862 s := testStateRead(t, DefaultStateFilename)