Skip to content

Commit 22d16d3

Browse files
committed
along ther way
1 parent 51307b4 commit 22d16d3

28 files changed

+3119
-1112
lines changed

content/terraform/v1.13.x/data/language-nav-data.json

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
{ "title": "Overview", "path": "files" },
3131
{ "title": "Override files", "path": "files/override" },
3232
{ "title": "Dependency lock file", "path": "files/dependency-lock" },
33-
{ "title": "Test files", "path": "files/tests" }
33+
{ "title": "Test files", "path": "files/tests" },
34+
{ "title": "Stack Files", "path": "files/stack" }
3435
]
3536
},
3637
{
@@ -219,38 +220,27 @@
219220
},
220221
{
221222
"title": "Manage infrastructure at scale with Stacks",
222-
"badge": {
223-
"text": "BETA",
224-
"type": "outlined",
225-
"color": "neutral"
226-
},
227223
"routes": [
228224
{ "title": "Overview", "path": "stacks", "alias": "stacks"},
225+
{ "title": "Update from beta to general availability", "path": "update-GA" },
229226
{ "title": "Use cases", "path": "stacks/use-cases" },
230227
{ "title": "Design a Stack", "path": "stacks/design" },
231228
{
232229
"title": "Create a Stack",
233230
"routes": [
234-
{ "title": "Define configuration", "path": "stacks/create/config" },
235-
{ "title": "Declare providers", "path": "stacks/create/declare-providers" }
231+
{ "title": "Define configuration", "path": "stacks/component/config" },
232+
{ "title": "Declare providers", "path": "stacks/component/declare-providers" },
233+
{ "title": "Manage components", "path": "stacks/component/manage" }
236234
]
237235
},
238236
{
239237
"title": "Define deployments",
240238
"routes": [
241239
{ "title": "Define configuration", "path": "stacks/deploy/config" },
242-
{ "title": "Set conditions for deployment plans", "path": "stacks/deploy/conditions" },
240+
{ "title": "Set conditions for deployment runs", "path": "stacks/deploy/conditions" },
243241
{ "title": "Authenticate a Stack", "path": "stacks/deploy/authenticate" },
244242
{ "title": "Pass data from one Stack to another", "path": "stacks/deploy/pass-data" }
245243
]
246-
},
247-
{
248-
"title": "Reference",
249-
"routes": [
250-
{ "title": "Stack configuration file", "path": "stacks/reference/tfstack" },
251-
{ "title": "Deployment configuration file", "path": "stacks/reference/tfdeploy" },
252-
{ "title": "Tfstacks CLI", "path": "stacks/reference/tfstacks-cli" }
253-
]
254244
}
255245
]
256246
},
@@ -326,6 +316,32 @@
326316
}
327317
]
328318
},
319+
{
320+
"title": "Stack blocks",
321+
"routes": [
322+
{ "title": "Component configuration", "routes": [
323+
{ "title": "Overview", "path": "block/stack/component_configuration" },
324+
{ "title": "component", "path": "block/stack/component_configuration/component" },
325+
{ "title": "required_providers", "path": "block/stack/component_configuration/required_providers" },
326+
{ "title": "provider", "path": "block/stack/component_configuration/provider" },
327+
{ "title": "variable", "path": "block/stack/component_configuration/variable" },
328+
{ "title": "output", "path": "block/stack/component_configuration/output" },
329+
{ "title": "removed", "path": "block/stack/component_configuration/removed" }
330+
]
331+
},
332+
{ "title": "Deployment configuration", "routes": [
333+
{ "title": "Overview", "path": "block/stack/deploy" },
334+
{ "title": "deployment", "path": "block/stack/deploy/deployment" },
335+
{ "title": "deployment_group", "path": "block/stack/deploy/deployment_group" },
336+
{ "title": "deployment_auto_approve", "path": "block/stack/deploy/deployment_auto_approve" },
337+
{ "title": "identity_token", "path": "block/stack/deploy/identity_token" },
338+
{ "title": "store", "path": "block/stack/deploy/store" },
339+
{ "title": "publish_output", "path": "block/stack/deploy/publish_output" },
340+
{ "title": "upstream_input", "path": "block/stack/deploy/upstream_input" }
341+
]
342+
}
343+
]
344+
},
329345
{
330346
"title": "Meta-arguments",
331347
"path": "meta-arguments"

0 commit comments

Comments
 (0)