opentofu/website/data/internals-nav-data.json
Bryce Kalow b54017ef83
website: content updates for developer (#31779)
Co-authored-by: Matthew Garrell <69917312+mgarrell777@users.noreply.github.com>
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
Co-authored-by: Kevin Wang <kwangsan@gmail.com>
Co-authored-by: Judith Malnick <judith@hashicorp.com>
Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
Co-authored-by: HashiBot <62622282+hashibot-web@users.noreply.github.com>
2022-09-15 15:54:13 -05:00

62 lines
1.2 KiB
JSON

[
{ "heading": "Terraform Internals" },
{
"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
},
{ "divider": true },
{ "title": "Terraform CLI", "href": "/cli" },
{ "divider": true },
{ "title": "Configuration Language", "href": "/language" }
]