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 344496d commit 18e837fCopy full SHA for 18e837f
content/terraform-docs-common/redirects.jsonc
@@ -660,6 +660,12 @@
660
"source": "/terraform/language/v:version(1\\.(?:[1-9]|1[01])\\.x)/block/removed",
661
"destination": "/terraform/language/v:version/resources/syntax#removing-resources",
662
"permanent": true
663
+ },
664
+ // redir for /import block older than 1.11
665
+ {
666
+ "source": "/terraform/language/v:version(1\\.(?:[1-9]|1[01])\\.x)/block/import",
667
+ "destination": "/terraform/language/v:version/import ",
668
+ "permanent": true
669
},
670
// Terraform migrate docs moved to their own docs set
671
{
0 commit comments