Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
e26d802f
Commit
e26d802f
authored
3 years ago
by
Laura Pacilio
Browse files
Options
Download
Email Patches
Plain Diff
backport of commit
2e4b417e
parent
819418a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
website/data/cli-nav-data.json
+4
-54
website/data/cli-nav-data.json
website/data/internals-nav-data.json
+7
-1
website/data/internals-nav-data.json
website/data/language-nav-data.json
+4
-1
website/data/language-nav-data.json
with
15 additions
and
56 deletions
+15
-56
website/data/cli-nav-data.json
+
4
-
54
View file @
e26d802f
...
...
@@ -428,59 +428,6 @@
{
"title"
:
"0.13upgrade"
,
"path"
:
"commands/0.13upgrade"
}
]
},
{
"title"
:
"Internals"
,
"routes"
:
[
{
"title"
:
"Overview"
,
"href"
:
"/internals"
},
{
"title"
:
"Credentials Helpers"
,
"href"
:
"/internals/credentials-helpers"
},
{
"title"
:
"Debugging Terraform"
,
"href"
:
"/internals/debugging"
},
{
"title"
:
"Module Registry Protocol"
,
"href"
:
"/internals/module-registry-protocol"
},
{
"title"
:
"Provider Network Mirror Protocol"
,
"href"
:
"/internals/provider-network-mirror-protocol"
},
{
"title"
:
"Provider Registry Protocol"
,
"href"
:
"/internals/provider-registry-protocol"
},
{
"title"
:
"Resource Graph"
,
"href"
:
"/internals/graph"
},
{
"title"
:
"Resource Lifecycle"
,
"href"
:
"/internals/lifecycle"
},
{
"title"
:
"Login Protocol"
,
"href"
:
"/internals/login-protocol"
},
{
"title"
:
"JSON Output Format"
,
"href"
:
"/internals/json-format"
},
{
"title"
:
"Remote Service Discovery"
,
"href"
:
"/internals/remote-service-discovery"
},
{
"title"
:
"Provider Metadata"
,
"href"
:
"/internals/provider-meta"
}
]
},
{
"title"
:
"Installation"
,
"hidden"
:
true
,
...
...
@@ -494,5 +441,8 @@
"path"
:
"install/yum"
}
]
}
},
{
"divider"
:
true
},
{
"title"
:
"Terraform Internals"
,
"href"
:
"/internals"
},
{
"divider"
:
true
}
]
This diff is collapsed.
Click to expand it.
website/data/internals-nav-data.json
+
7
-
1
View file @
e26d802f
[
{
"heading"
:
"Terraform Internals"
},
{
"title"
:
"Credentials Helpers"
,
"path"
:
"credentials-helpers"
...
...
@@ -52,5 +53,10 @@
"title"
:
"Archiving"
,
"path"
:
"archiving"
,
"hidden"
:
true
}
},
{
"divider"
:
true
},
{
"title"
:
"Terraform CLI"
,
"href"
:
"/cli"
},
{
"divider"
:
true
},
{
"title"
:
"Configuration Language"
,
"href"
:
"/language"
},
{
"divider"
:
true
}
]
This diff is collapsed.
Click to expand it.
website/data/language-nav-data.json
+
4
-
1
View file @
e26d802f
...
...
@@ -1219,5 +1219,8 @@
"path"
:
"configuration-0-11/environment-variables"
}
]
}
},
{
"divider"
:
true
},
{
"title"
:
"Terraform Internals"
,
"href"
:
"/internals"
},
{
"divider"
:
true
}
]
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help