terraform/website/docs/internals/index.html.md

20 lines
852 B
Markdown
Raw Normal View History

2014-07-28 19:43:00 +02:00
---
layout: "docs"
page_title: "Internals"
sidebar_current: "docs-internals"
2014-10-22 05:21:56 +02:00
description: |-
This section covers the internals of Terraform 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 Terraform. We want you to be able to trust and understand what Terraform is doing to function.
2014-07-28 19:43:00 +02:00
---
# Terraform Internals
This section covers the internals of Terraform 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 Terraform.
We want you to be able to trust and understand what Terraform is
doing to function.
2014-10-22 16:01:17 +02:00
-> **Note:** Knowledge of Terraform internals is not
2014-07-28 19:43:00 +02:00
required to use Terraform. If you aren't interested in the internals
of Terraform, you may safely skip this section.