nerdexam
HashiCorpHashiCorp

TERRAFORM-ASSOCIATE-004 · Question #211

TERRAFORM-ASSOCIATE-004 Question #211: Real Exam Question with Answer & Explanation

The correct answer is B: Init. Terraform installs providers during the terraform init phase. Providers are downloaded and installed when running terraform init. A (terraform plan) is incorrect because terraform plan only calculates changes but does not install C (terraform refresh) is incorrect because terrafo

Submitted by stefanr· Apr 18, 2026Use Terraform CLI

Question

Terraform installs its providers during which phase?

Options

  • APlan
  • BInit
  • CRefresh
  • DAll of the above

Explanation

Terraform installs providers during the terraform init phase. Providers are downloaded and installed when running terraform init. A (terraform plan) is incorrect because terraform plan only calculates changes but does not install C (terraform refresh) is incorrect because terraform refresh only updates the state but does not install providers.

Topics

#terraform init#providers#provider installation#Terraform workflow

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 PracticeBrowse All TERRAFORM-ASSOCIATE-004 Questions