fix tf migration buttons in docs (#2243)

Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
Oleksandr Levchenkov
2024-12-04 12:46:23 +02:00
committed by GitHub
parent 7b42ce7238
commit da1ad73f6e
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,11 @@ Please select the Terraform version you are migrating from:
<DocCardList
items={[
{
type: "link",
href: "terraform-1.9/",
label: "Terraform 1.9",
},
{
type: "link",
href: "terraform-1.8/",

View File

@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
sidebar_label: Migrating from Terraform 1.9.x
description: |-
Learn how to migrate to OpenTofu from Terraform.