-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Janos <[email protected]>
- Loading branch information
Janos
committed
May 6, 2024
1 parent
80a3a2a
commit d09c15c
Showing
7 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"download": [ | ||
{ | ||
"type": "autogenerated", | ||
"dirName": "." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
sidebar_label: ".deb-based systems" | ||
sidebar_position: 1 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
sidebar_label: "Chapter 1: Setting up OpenTofu" | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Chapter 1: Setting up OpenTofu | ||
|
||
OpenTofu is a single, static binary. This means you can download the .zip/.tar.gz file [from GitHub](https://github.com/opentofu/opentofu/releases) and use it out of the box, no installation is required. However, we maintain a list of [installation methods](/download/) that allow you to easily update your OpenTofu installation in the future. | ||
|
||
To get started, please select your operating system below. | ||
|
||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
<Tabs> | ||
<TabItem value="linux" label="Linux" default> | ||
<Tabs> | ||
<TabItem value="deb" label={<span>.deb-based systems<br /><small>(Debian & derivatives)</small></span>} default> | ||
|
||
</TabItem> | ||
<TabItem value="rpm" label={<span>.rpm-based systems<br /><small>(RHEL, SUSE, etc)</small></span>}> | ||
|
||
</TabItem> | ||
<TabItem value="alpine" label="Alpine Linux"> | ||
|
||
</TabItem> | ||
<TabItem value="other" label="Other distributions"> | ||
|
||
</TabItem> | ||
</Tabs> | ||
</TabItem> | ||
<TabItem value="Windows" label="Windows"> | ||
Windows | ||
</TabItem> | ||
<TabItem value="MacOS" label="MacOS"> | ||
MacOS | ||
</TabItem> | ||
<TabItem value="UNIX/BSD" label="UNIX/BSD"> | ||
Unix/BSD | ||
</TabItem> | ||
</Tabs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
sidebar_label: Overview | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Getting started with OpenTofu | ||
|
||
Welcome to OpenTofu! If you are new to OpenTofu or infrastructure-as-code, this section is for you. It is a practical, hands-on introduction to getting your first cloud infrastructure going. | ||
|
||
This guide is structured into the following parts: | ||
|
||
- [Chapter 1: Setting up OpenTofu](./chapter1/index.mdx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"guides": [ | ||
{ | ||
"type": "autogenerated", | ||
"dirName": "." | ||
} | ||
] | ||
} |