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
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
Community Discussion
No community discussion yet for this question.