mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
20 lines
594 B
Plaintext
20 lines
594 B
Plaintext
---
|
|
sidebar_position: 1
|
|
description: >-
|
|
Learn how OpenTF generates the resource dependency graph and executes other internal processes.
|
|
---
|
|
|
|
# OpenTF Internals
|
|
|
|
This section covers the internals of OpenTF 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 OpenTF.
|
|
We want you to be able to trust and understand what OpenTF is
|
|
doing to function.
|
|
|
|
:::note
|
|
Knowledge of OpenTF internals is not
|
|
required to use OpenTF. If you aren't interested in the internals
|
|
of OpenTF, you may safely skip this section.
|
|
:::
|