TERRAFORM-ASSOCIATE-004 · Question #147
TERRAFORM-ASSOCIATE-004 Question #147: Real Exam Question with Answer & Explanation
The correct answer is B: False. The Terraform binary version and provider versions do not have to match each other in a single configuration. Terraform allows you to specify provider version constraints in the configuration's terraform block, which can be different from the Terraform binary version. Terraform w
Question
The Terraform binary version and provider versions must match each other in a single configuration.
Options
- ATrue
- BFalse
Explanation
The Terraform binary version and provider versions do not have to match each other in a single configuration. Terraform allows you to specify provider version constraints in the configuration's terraform block, which can be different from the Terraform binary version. Terraform will use the newest version of the provider that meets the configuration's version constraints. You can also use the dependency lock file to ensure Terraform is using the correct provider version.
Topics
Community Discussion
No community discussion yet for this question.