2019-02-25 16:32:47 -05:00
|
|
|
{
|
2021-09-01 11:17:13 -04:00
|
|
|
"format_version": "1.0",
|
2019-02-25 16:32:47 -05:00
|
|
|
"provider_schemas": {
|
2023-12-11 15:10:03 -05:00
|
|
|
"registry.opentofu.org/hashicorp/test": {
|
2020-07-14 15:28:31 -04:00
|
|
|
"provider": {
|
|
|
|
|
"version": 0,
|
|
|
|
|
"block": {
|
|
|
|
|
"attributes": {
|
|
|
|
|
"region": {
|
|
|
|
|
"description_kind": "plain",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"description_kind": "plain"
|
|
|
|
|
}
|
|
|
|
|
},
|
2019-02-25 16:32:47 -05:00
|
|
|
"resource_schemas": {
|
|
|
|
|
"test_instance": {
|
|
|
|
|
"version": 0,
|
|
|
|
|
"block": {
|
|
|
|
|
"attributes": {
|
|
|
|
|
"ami": {
|
|
|
|
|
"type": "string",
|
2020-03-05 19:53:24 -05:00
|
|
|
"optional": true,
|
|
|
|
|
"description_kind": "plain"
|
2019-02-25 16:32:47 -05:00
|
|
|
},
|
|
|
|
|
"id": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"optional": true,
|
2020-03-05 19:53:24 -05:00
|
|
|
"computed": true,
|
|
|
|
|
"description_kind": "plain"
|
2021-03-12 08:28:22 -05: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 16:32:47 -05:00
|
|
|
}
|
2020-03-05 19:53:24 -05:00
|
|
|
},
|
|
|
|
|
"description_kind": "plain"
|
2019-02-25 16:32:47 -05:00
|
|
|
}
|
|
|
|
|
}
|
2024-07-01 11:41:27 -04:00
|
|
|
},
|
|
|
|
|
"functions": {
|
|
|
|
|
"test_func": {
|
|
|
|
|
"description": "a basic string function",
|
|
|
|
|
"summary": "test",
|
|
|
|
|
"return_type": "string",
|
|
|
|
|
"parameters": [
|
|
|
|
|
{
|
|
|
|
|
"name": "input",
|
|
|
|
|
"description": "",
|
|
|
|
|
"type": "number"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"variadic_parameter": {
|
|
|
|
|
"name": "variadic_input",
|
|
|
|
|
"description": "",
|
|
|
|
|
"type": [
|
|
|
|
|
"list",
|
|
|
|
|
"bool"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-02-25 16:32:47 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-07-01 11:41:27 -04:00
|
|
|
}
|