mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
Some checks are pending
build / Build for freebsd_386 (push) Waiting to run
build / Build for linux_386 (push) Waiting to run
build / Build for openbsd_386 (push) Waiting to run
build / Build for windows_386 (push) Waiting to run
build / Build for freebsd_amd64 (push) Waiting to run
build / Build for linux_amd64 (push) Waiting to run
build / Build for openbsd_amd64 (push) Waiting to run
build / Build for solaris_amd64 (push) Waiting to run
build / Build for windows_amd64 (push) Waiting to run
build / Build for freebsd_arm (push) Waiting to run
build / Build for linux_arm (push) Waiting to run
build / Build for linux_arm64 (push) Waiting to run
build / Build for darwin_amd64 (push) Waiting to run
build / Build for darwin_arm64 (push) Waiting to run
build / End-to-end Tests for linux_386 (push) Waiting to run
build / End-to-end Tests for windows_386 (push) Waiting to run
build / End-to-end Tests for darwin_amd64 (push) Waiting to run
build / End-to-end Tests for linux_amd64 (push) Waiting to run
build / End-to-end Tests for windows_amd64 (push) Waiting to run
Quick Checks / List files changed for pull request (push) Waiting to run
Quick Checks / Unit tests for linux_386 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for windows_amd64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm (push) Blocked by required conditions
Quick Checks / Unit tests for darwin_arm64 (push) Blocked by required conditions
Quick Checks / Unit tests for linux_arm64 (push) Blocked by required conditions
Quick Checks / Race Tests (push) Blocked by required conditions
Quick Checks / End-to-end Tests (push) Blocked by required conditions
Quick Checks / Code Consistency Checks (push) Blocked by required conditions
Quick Checks / License Checks (push) Waiting to run
Website checks / List files changed for pull request (push) Waiting to run
Website checks / Build (push) Blocked by required conditions
Website checks / Test Installation Instructions (push) Blocked by required conditions
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
46 lines
1.5 KiB
Text
46 lines
1.5 KiB
Text
---
|
|
sidebar_position: 1
|
|
sidebar_label: Overview
|
|
title: Documentation
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
import DocVersionBadge from "@theme/DocVersionBadge";
|
|
|
|
### OpenTofu Documentation <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 »](intro/whats-new.mdx)
|
|
|
|
<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.",
|
|
},
|
|
]}
|
|
/>
|