mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-21 10:47:34 -05:00
Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Signed-off-by: Roman Grinovski <roman.grinovski@gmail.com> Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
21 lines
644 B
Plaintext
21 lines
644 B
Plaintext
---
|
|
sidebar_label: OpenTofu Internals
|
|
sidebar_position: 5
|
|
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.
|
|
:::
|