nerdexam
HashiCorpHashiCorp

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

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

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 PracticeBrowse All TERRAFORM-ASSOCIATE-004 Questions