mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-27 09:07:02 -04:00
25 lines
728 B
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
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|