Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 96


Terraform and Terraform providers must use the same major version number in a single configuration.

Show Answer
Correct Answer: B

Terraform and its providers do not need to use the same major version number in a single configuration. Terraform and provider versioning are managed separately. Terraform core has its own versioning, and each provider can have its own independent versioning. This allows for more flexibility and compatibility across different configurations.

Discussion

7 comments
Sign in to comment
EltoothOption: B
Jul 6, 2023

I think B is correct answer : false. https://www.terraform.io/language/expressions/version-constraints#terraform-core-and-provider-versions

Zam88
Jun 19, 2023

B is correct

zecch
Mar 8, 2024

Definitely B. terraform version and providers version can be different.

nakikoo
Jan 14, 2024

Version can be set to what is working with your environment resource

Power123
Mar 31, 2024

Answer is B. False

Busi57Option: B
Sep 20, 2024

I think b

chessmaster5000Option: B
Mar 14, 2025

You can use an older version in your environment although there is a newer version available from the provider.