HashiCorp Terraform 004 fundamentals guide covering providers, state, versioning, and backend decisions.
This chapter is about the core Terraform nouns that candidates most often blur together. HashiCorp is testing whether you can keep provider, plugin, version constraint, and state in the correct buckets before the exam gets deeper.
| Lesson | Focus |
|---|---|
| 2.1 Providers & Versioning | Learn provider requirements, plugin behavior, version constraints, and the lock file. |
| 2.2 Multiple Providers & State | Learn how multiple providers fit into one configuration and why state matters from the start. |
| If the question is really about… | Go first to… |
|---|---|
| provider installation, requirements, or lock behavior | 2.1 Providers & Versioning |
| multiple provider blocks, aliases, or the purpose of state | 2.2 Multiple Providers & State |