Terraform in Depth
In this section, we dive into advanced details of Terraform that require a deeper understanding of Terraform and longer explanation than are required for the other articles.
We provide a lot of information about how to use Terraform and write Terraform code elsewhere on this site:
Count vs For Each
When to use count and when to use for_each in Terraform
Indeterminate Until Apply
Details about computed values can cause terraform plan
to fail