-
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: AbstractionFactory <[email protected]>
- Loading branch information
1 parent
48b5b49
commit 8f75d27
Showing
5 changed files
with
46 additions
and
2 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
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,23 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_label: Overview | ||
title: Guides | ||
hide_table_of_contents: true | ||
--- | ||
|
||
import DocCardList from "@theme/DocCardList"; | ||
import DocVersionBadge from "@theme/DocVersionBadge"; | ||
|
||
# OpenTofu Guides | ||
|
||
<DocCardList | ||
items={[ | ||
{ | ||
type: "link", | ||
href: "understanding-state-files/", | ||
label: "Understanding state files", | ||
description: | ||
"Learn about working with state files in this interactive tutorial.", | ||
}, | ||
]} | ||
/> |
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,5 @@ | ||
--- | ||
sidebar_position: 1 | ||
sidebar_label: Understanding state files | ||
title: Understanding state files | ||
--- |
Submodule v1.8
updated
7 files
+1 −1 | .go-version | |
+0 −8 | CHANGELOG.md | |
+4 −16 | internal/encryption/keyprovider.go | |
+0 −34 | internal/encryption/targets_test.go | |
+1 −1 | version/VERSION | |
+1 −1 | website/docs/index.mdx | |
+6 −6 | website/docs/intro/migration/terraform-1.8.mdx |