You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/internals/index.mdx

18 lines
983 B

---
page_title: Terraform internals
description: >-
Learn about internal Terraform processes, such as generating the resource dependency graph.
---
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
> [!IMPORTANT]
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
# Terraform internals overview
This topic provides overview information about the internals of Terraform.
Topics in this section explain how Terraform generates plans and describe the provider lifecycle.
You do not have to understand Terraform internals to use Terraform.