opentofu/website/data/internals-nav-data.json

62 lines
1.2 KiB
JSON
Raw Normal View History

2021-12-21 16:52:51 -06:00
[
2022-06-13 16:30:11 -05:00
{ "heading": "Terraform Internals" },
2021-12-21 16:52:51 -06:00
{
"title": "Credentials Helpers",
"path": "credentials-helpers"
},
{
"title": "Debugging Terraform",
"path": "debugging"
},
{
"title": "Module Registry Protocol",
"path": "module-registry-protocol"
},
{
"title": "Provider Network Mirror Protocol",
"path": "provider-network-mirror-protocol"
},
{
"title": "Provider Registry Protocol",
"path": "provider-registry-protocol"
},
{
"title": "Resource Graph",
"path": "graph"
},
{
"title": "Resource Lifecycle",
"path": "lifecycle"
},
{
"title": "Login Protocol",
"path": "login-protocol"
},
{
"title": "JSON Output Format",
"path": "json-format"
},
{
"title": "Remote Service Discovery",
"path": "remote-service-discovery"
},
{
"title": "Provider Metadata",
"path": "provider-meta"
},
{
"title": "Machine Readable UI",
"path": "machine-readable-ui",
"hidden": true
},
{
"title": "Archiving",
"path": "archiving",
"hidden": true
2022-06-13 16:30:11 -05:00
},
{ "divider": true },
{ "title": "Terraform CLI", "href": "/cli" },
{ "divider": true },
{ "title": "Configuration Language", "href": "/language" }
2021-12-21 16:52:51 -06:00
]