terraform/command/testdata/providers-schema/basic/output.json

25 lines
728 B
JSON

{
"format_version": "0.1",
"provider_schemas": {
"test": {
"resource_schemas": {
"test_instance": {
"version": 0,
"block": {
"attributes": {
"ami": {
"type": "string",
"optional": true
},
"id": {
"type": "string",
"optional": true,
"computed": true
}
}
}
}
}
}
}
}