Files
opentf/website/docs/internals/index.mdx
2023-09-18 13:56:28 +02:00

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.
:::