HashiCorp Certified: Terraform Associate — Question 159

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

Answer options

Correct answer: B

Explanation

The correct answer is B because Terraform allows for flexibility in using different provider versions that may not match the binary version. This enables users to take advantage of new features and fixes in providers without being restricted to a specific binary version.