website/docs/index.mdx
import DocCardList from "@theme/DocCardList"; import DocVersionBadge from "@theme/DocVersionBadge";
Welcome to OpenTofu 1.11! This version brings a lot of new features and improvements to OpenTofu. If you are coming from a previous OpenTofu or Terraform version you can read the details about the new features here »
<DocCardList items={[ { type: "link", href: "intro/", label: "Getting started", description: "Get started with OpenTofu or migrate from a previous version. This section has all the info you need.", }, { type: "link", href: "language/", label: "Language", description: "Use the OpenTofu configuration language to describe the infrastructure that OpenTofu manages.", }, { type: "link", href: "cli/", label: "CLI Documentation", description: "Learn OpenTofu's CLI-based workflows. You can use the CLI alone or with cloud backends.", }, { type: "link", href: "internals/", label: "Internals", description: "Learn how OpenTofu generates the resource dependency graph and executes other internal processes.", }, ]} />