nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #147

The Terraform binary version and provider versions must match each other in a single configuration.

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…

Submitted by noor.lb· Apr 18, 2026Understand Terraform Basics

Question

The Terraform binary version and provider versions must match each other in a single configuration.

Options

  • ATrue
  • BFalse

How the community answered

(15 responses)
  • A
    13% (2)
  • B
    87% (13)

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

#Terraform versions#Provider versions#Versioning compatibility#Core vs Providers

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice