parent
40fbb8d2e8
commit
2f237eca44
|
@ -228,7 +228,7 @@ func TestScriptPath(t *testing.T) {
|
||||||
r := &terraform.InstanceState{
|
r := &terraform.InstanceState{
|
||||||
Ephemeral: terraform.EphemeralState{
|
Ephemeral: terraform.EphemeralState{
|
||||||
ConnInfo: map[string]string{
|
ConnInfo: map[string]string{
|
||||||
"type": "winrm",
|
"type": "ssh",
|
||||||
"script_path": tc.Input,
|
"script_path": tc.Input,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue