Skip to content

Commit ad71339

Browse files
authored
terraform/language-navigation: Fix incorrect version number (#872)
This is to correct version number displayed in the menu and in the breadcrumbs. https://developer.hashicorp.com/terraform/language/upgrade-guides <img width="1476" height="248" alt="Screenshot 2025-08-27 at 8 42 27 AM" src="https://github.com/user-attachments/assets/0e0327ac-61c3-4751-ac17-69e520701984" /> The automation script is also being fixed to avoid this in the future: hashicorp/terraform-releases#200
2 parents 0c0b98e + ed08e17 commit ad71339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
]
11101110
},
11111111
{
1112-
"title": "Upgrading to Terraform v1.12",
1112+
"title": "Upgrading to Terraform v1.13",
11131113
"path": "upgrade-guides"
11141114
},
11151115
{

0 commit comments

Comments
 (0)