mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 00:46:25 -06:00
4c0bda5386
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
20 lines
610 B
Plaintext
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.
|
|
:::
|