Initialization — HashiCorp Terraform Associate (003) Practice Questions
Initialization is the first step in any Terraform workflow, performed with the terraform init command, which prepares the working directory by downloading required provider plugins and setting up the configured backend. The Associate (003) exam tests what happens during initialization, including where providers are cached, how module sources are fetched, and what must be re-run when backend or provider configurations change. Understanding initialization is foundational because subsequent commands like plan and apply will fail without a properly initialized directory.
Free questions on initialization
What command initializes a Terraform working directory?
Free question · easy · full answer + explanation