Cli — HashiCorp Terraform Associate (003) Practice Questions
The Terraform CLI is the tool through which all Terraform operations are executed, from initializing a working directory to applying changes and managing state. The Associate (003) exam expects candidates to understand the full CLI workflow, including how subcommands map to phases of the infrastructure lifecycle and how the CLI interacts with providers, modules, and backends. Familiarity with less common but exam-relevant commands such as terraform taint, terraform import, and terraform workspace is also expected.
Free questions on cli
What command initializes a Terraform working directory?
Free question · easy · full answer + explanation
More cli questions in the full bank
- What does terraform console do? Unlock answer & explanation →
- What is the purpose of the terraform fmt -recursive option? Unlock answer & explanation →
- What is the terraform console REPL mode used for? Unlock answer & explanation →