mirror of https://github.com/hashicorp/terraform
parent
0c8b243ce0
commit
0a2fd1a5e5
@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"serial": 12,
|
||||
"modules": [
|
||||
{
|
||||
"path": [
|
||||
"root"
|
||||
],
|
||||
"resources": {
|
||||
"test_instance.foo": {
|
||||
"type": "test_instance",
|
||||
"primary": {
|
||||
"id": "foo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"test_instance.bar": {
|
||||
"type": "test_instance",
|
||||
"primary": {
|
||||
"id": "foo"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in new issue