TERRAFORM-ASSOCIATE-003 · Question #211
Terraform installs its providers during which phase?
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…
Question
Terraform installs its providers during which phase?
Options
- APlan
- BInit
- CRefresh
- DAll of the above
How the community answered
(30 responses)- A3% (1)
- B83% (25)
- C7% (2)
- D7% (2)
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
Community Discussion
No community discussion yet for this question.