opentofu/website/docs/internals/index.mdx
Julien Levasseur 4c0bda5386
Rename website to OpenTofu (#516)
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com>
Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
2023-09-21 10:57:47 +01:00

20 lines
610 B
Plaintext

---
sidebar_position: 1
description: >-
Learn how OpenTofu generates the resource dependency graph and executes other internal processes.
---
# OpenTofu Internals
This section covers the internals of OpenTofu and explains how
plans are generated, the lifecycle of a provider, etc. The goal
of this section is to remove any notion of "magic" from OpenTofu.
We want you to be able to trust and understand what OpenTofu is
doing to function.
:::note
Knowledge of OpenTofu internals is not
required to use OpenTofu. If you aren't interested in the internals
of OpenTofu, you may safely skip this section.
:::