2019-02-25 22:32:47 +01:00
|
|
|
{
|
|
|
|
"format_version": "0.1",
|
|
|
|
"provider_schemas": {
|
2020-04-02 18:58:44 +02:00
|
|
|
"registry.terraform.io/hashicorp/test": {
|
2020-07-14 21:28:31 +02:00
|
|
|
"provider": {
|
|
|
|
"version": 0,
|
|
|
|
"block": {
|
|
|
|
"attributes": {
|
|
|
|
"region": {
|
|
|
|
"description_kind": "plain",
|
|
|
|
"optional": true,
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description_kind": "plain"
|
|
|
|
}
|
|
|
|
},
|
2019-02-25 22:32:47 +01:00
|
|
|
"resource_schemas": {
|
|
|
|
"test_instance": {
|
|
|
|
"version": 0,
|
|
|
|
"block": {
|
|
|
|
"attributes": {
|
|
|
|
"ami": {
|
|
|
|
"type": "string",
|
2020-03-06 01:53:24 +01:00
|
|
|
"optional": true,
|
|
|
|
"description_kind": "plain"
|
2019-02-25 22:32:47 +01:00
|
|
|
},
|
|
|
|
"id": {
|
|
|
|
"type": "string",
|
|
|
|
"optional": true,
|
2020-03-06 01:53:24 +01:00
|
|
|
"computed": true,
|
|
|
|
"description_kind": "plain"
|
2021-03-12 14:28:22 +01:00
|
|
|
},
|
|
|
|
"volumes": {
|
|
|
|
"nested_type": {
|
|
|
|
"nesting_mode": "list",
|
|
|
|
"attributes": {
|
|
|
|
"size": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true,
|
|
|
|
"description_kind": "plain"
|
|
|
|
},
|
|
|
|
"mount_point": {
|
|
|
|
"type": "string",
|
|
|
|
"required": true,
|
|
|
|
"description_kind": "plain"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"description_kind": "plain",
|
|
|
|
"optional": true
|
2019-02-25 22:32:47 +01:00
|
|
|
}
|
2020-03-06 01:53:24 +01:00
|
|
|
},
|
|
|
|
"description_kind": "plain"
|
2019-02-25 22:32:47 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-03-06 01:53:24 +01:00
|
|
|
}
|