We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fceef78 commit cfed737Copy full SHA for cfed737
content/terraform-docs-common/redirects.jsonc
@@ -427,8 +427,12 @@
427
"destination": "/terraform/language/v:version/modules/configuration",
428
"permanent": true
429
},
430
- // Moving meta-arguments content to dedicated meta-arguments reference page
431
- // temporarily cut redirs to test
+ // add meta-arguments landing page for 1.11 and older
+ {
432
+ "source": "/terraform/language/v:version(1\\.(?:[1-9]|1[01])\\.x)/meta-arguments",
433
+ "destination": "/terraform/language/v:version/resources/syntax#meta-arguments",
434
+ "permanent": true
435
+ },
436
// Reference rewrites phase 1 - latest
437
{
438
"source": "/terraform/language/providers/configuration",
0 commit comments