mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-12 09:01:58 -06:00
update state test strings in command package
This commit is contained in:
parent
d613959cda
commit
3c807e5427
@ -663,11 +663,11 @@ func TestImport_pluginDir(t *testing.T) {
|
|||||||
const testImportStr = `
|
const testImportStr = `
|
||||||
test_instance.foo:
|
test_instance.foo:
|
||||||
ID = yay
|
ID = yay
|
||||||
provider = test
|
provider = provider.test
|
||||||
`
|
`
|
||||||
|
|
||||||
const testImportCustomProviderStr = `
|
const testImportCustomProviderStr = `
|
||||||
test_instance.foo:
|
test_instance.foo:
|
||||||
ID = yay
|
ID = yay
|
||||||
provider = test.alias
|
provider = provider.test.alias
|
||||||
`
|
`
|
||||||
|
@ -802,8 +802,10 @@ foo = "bar"
|
|||||||
const testRefreshStr = `
|
const testRefreshStr = `
|
||||||
test_instance.foo:
|
test_instance.foo:
|
||||||
ID = yes
|
ID = yes
|
||||||
|
provider = provider.test
|
||||||
`
|
`
|
||||||
const testRefreshCwdStr = `
|
const testRefreshCwdStr = `
|
||||||
test_instance.foo:
|
test_instance.foo:
|
||||||
ID = yes
|
ID = yes
|
||||||
|
provider = provider.test
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user