Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
473 changes: 473 additions & 0 deletions content/terraform/v1.15.x (alpha)/data/cli-nav-data.json

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions content/terraform/v1.15.x (alpha)/data/internals-nav-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
[
{ "heading": "Terraform Internals" },
{
"title": "Overview",
"path": ""
},
{
"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": "Dependency Graph",
"path": "graph"
},
{
"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": "Functions Metadata",
"path": "functions-meta"
},
{
"title": "Machine Readable UI",
"path": "machine-readable-ui"
},
{
"title": "Archiving",
"path": "archiving",
"hidden": true
},
{ "divider": true },
{ "title": "Terraform CLI", "href": "/cli" },
{ "divider": true },
{ "title": "Configuration Language", "href": "/language" }
]
34 changes: 34 additions & 0 deletions content/terraform/v1.15.x (alpha)/data/intro-nav-data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{ "heading": "Introduction to Terraform" },
{ "title": "What is Terraform?", "path": "" },
{ "title": "Use Cases", "path": "use-cases" },
{
"title": "Get Started",
"href": "https://learn.hashicorp.com/collections/terraform/aws-get-started?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
},
{ "title": "Terraform Editions", "path": "terraform-editions" },
{ "title": "The Core Terraform Workflow", "path": "core-workflow" },
{
"title": "Phases of Terraform Adoption",
"routes": [
{"title": "Overview", "path": "phases"},
{"title": "Adopt", "path": "phases/adopt"},
{"title": "Collaborate", "path": "phases/collaborate"},
{"title": "Scale", "path": "phases/scale"},
{"title": "Govern", "path": "phases/govern"}
]
},
{
"title": "Terraform vs. Alternatives",
"routes": [
{ "title": "Overview", "path": "vs" },
{ "title": "Chef, Puppet, etc.", "path": "vs/chef-puppet" },
{
"title": "CloudFormation, Heat, etc.",
"path": "vs/cloudformation"
},
{ "title": "Boto, Fog, etc.", "path": "vs/boto" },
{ "title": "Custom Solutions", "path": "vs/custom" }
]
}
]
Loading
Loading