Skip to content

Commit 7289d07

Browse files
authored
Merge branch 'main' into WAF-346-Optimize-systems-Lifecycle-management
2 parents 0b60c06 + d1d1020 commit 7289d07

File tree

344 files changed

+1057
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

344 files changed

+1057
-14
lines changed

content/terraform/v1.14.x (alpha)/data/cli-nav-data.json renamed to content/terraform/v1.14.x (beta)/data/cli-nav-data.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@
5959
{ "title": "Overview", "path": "import" },
6060
{ "title": "Import existing resources", "path": "import/usage" },
6161
{
62-
"title": "Reference",
62+
"title": "import command reference",
6363
"href": "/cli/commands/import"
64+
},
65+
{
66+
"title": "query command reference",
67+
"href": "/cli/commands/query"
6468
}
6569
]
6670
},
@@ -281,6 +285,7 @@
281285
"title": "<code>providers schema</code>",
282286
"href": "/cli/commands/providers/schema"
283287
},
288+
{ "title": "<code>query</code>", "href": "/cli/commands/query" },
284289
{ "title": "<code>refresh</code>", "href": "/cli/commands/refresh" },
285290
{ "title": "<code>show</code>", "href": "/cli/commands/show" },
286291
{ "title": "<code>state</code>", "href": "/cli/commands/state" },
@@ -370,6 +375,7 @@
370375
{ "title": "providers schema", "path": "commands/providers/schema" }
371376
]
372377
},
378+
{ "title": "query", "path": "commands/query" },
373379
{ "title": "refresh", "path": "commands/refresh" },
374380
{ "title": "show", "path": "commands/show" },
375381
{
File renamed without changes.
File renamed without changes.

content/terraform/v1.14.x (alpha)/data/language-nav-data.json renamed to content/terraform/v1.14.x (beta)/data/language-nav-data.json

Lines changed: 42 additions & 6 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": "Query files", "path": "files/tfquery" }
3435
]
3536
},
3637
{
@@ -191,11 +192,16 @@
191192
{
192193
"title": "Import existing resources",
193194
"routes": [
194-
{ "title": "Import a resource", "path": "import" },
195-
{
196-
"title": "Generate resource configuration",
197-
"path": "import/generating-configuration"
198-
}
195+
{ "title": "Overview", "path": "import"},
196+
{
197+
"title": "Import resources in bulk",
198+
"path": "import/bulk"
199+
},
200+
{ "title": "Import a single resource", "path": "import/single-resource" },
201+
{
202+
"title": "Generate configuration for single imports",
203+
"path": "import/generating-configuration"
204+
}
199205
]
200206
},
201207
{
@@ -272,6 +278,10 @@
272278
{
273279
"title": "Configuration blocks",
274280
"routes": [
281+
{
282+
"title": "action",
283+
"path": "block/action"
284+
},
275285
{
276286
"title": "check",
277287
"path": "block/check"
@@ -326,6 +336,32 @@
326336
}
327337
]
328338
},
339+
{
340+
"title": "Query blocks",
341+
"routes": [
342+
{
343+
"title": "list",
344+
"path": "block/tfquery/list",
345+
"badge": {
346+
"text": "BETA",
347+
"type": "outlined",
348+
"color": "neutral"
349+
}
350+
},
351+
{
352+
"title": "locals",
353+
"href": "/language/block/locals"
354+
},
355+
{
356+
"title": "provider",
357+
"href": "/language/block/provider"
358+
},
359+
{
360+
"title": "variable",
361+
"href": "/language/block/variable"
362+
}
363+
]
364+
},
329365
{
330366
"title": "Meta-arguments",
331367
"path": "meta-arguments"

0 commit comments

Comments
 (0)