File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
content/terraform-docs-common Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 648648 "source" : " /terraform/language/v:version((?:1\\ .(?:1[2-9]|[2-9]\\ d)|[2-9]\\ d*\\ .\\ d+)\\ .x)/moved" ,
649649 "destination" : " /terraform/language/v:version/block/moved" ,
650650 "permanent" : true
651+ },
652+ // redir for /data block older than 1.11
653+ {
654+ "source" : " /terraform/language/v:version(1\\ .(?:[1-9]|1[01])\\ .x)/block/data" ,
655+ "destination" : " /terraform/language/v:version/data-sources" ,
656+ "permanent" : true
657+ },
658+ // redir for /removed block older than 1.11
659+ {
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
651663 },
652664 // Terraform migrate docs moved to their own docs set
653665 {
You can’t perform that action at this time.
0 commit comments