HashiCorp Terraform-Associate-003 Question Answer
Terraform installs its providers during which phase?
Plan
Init
Refresh
All of the above
Terraforminstalls providers during the terraform init phase.
Providers aredownloaded and installedwhen running terraform init.
A (terraform plan)is incorrect because terraform plan only calculates changes but does not install providers.
C (terraform refresh)is incorrect because terraform refresh only updates the state but does not install providers.
Official Terraform Documentation Reference:
Provider Installation - HashiCorp Documentation
TESTED 31 Oct 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved