blob: 88f52a67bbef112916dd9c595d2b69c7b41d7400 [file] [log] [blame]
{
"version": 4,
"terraform_version": "0.12.0",
"serial": 8,
"lineage": "00bfda35-ad61-ec8d-c013-14b0320bc416",
"outputs": {
"test": {
"value": "baz",
"type": "string"
}
},
"resources": [
{
"module": "module.module_test_foo",
"mode": "managed",
"type": "test_instance",
"name": "example",
"each": "list",
"provider": "provider[\"registry.terraform.io/hashicorp/test\"]",
"instances": [
{
"index_key": 0,
"schema_version": 0,
"attributes": {
"ami": "foo-var"
},
"private": "bnVsbA=="
}
]
},
{
"module": "module.module_test_bar",
"mode": "managed",
"type": "test_instance",
"name": "example",
"provider": "provider[\"registry.terraform.io/hashicorp/test\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"ami": "bar-var"
},
"private": "bnVsbA=="
}
]
}
]
}