Study HashiCorp Terraform 003 HCP Variables: key concepts, common traps, and exam decision cues.
This lesson matters because current Terraform Associate prep is not only about HCL and local state. It also expects awareness of hosted variables, governance, and integrations that shape team workflow in HCP Terraform.
| If the scenario is mostly about… | Strongest first fit |
|---|---|
| centrally managed values for runs | workspace or platform variables |
| compliance or governance over execution | policy awareness |
| VCS and team workflow connections | integrations |
| Trap | Better rule |
|---|---|
| treating HCP variables like module outputs | hosted variables are workflow inputs, not exposed results |
| answering governance questions with only backend storage details | policy is a separate platform concern |
| thinking integrations are just provider auth | they often shape workflow and automation |