mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
provider/terraform: test fixture
This commit is contained in:
parent
5a6766b702
commit
e8d19637d3
6
test-fixtures/basic.tfstate
Normal file
6
test-fixtures/basic.tfstate
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"modules": [{
|
||||
"path": ["root"],
|
||||
"outputs": { "foo": "bar" }
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user