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

6 comments
Sign in to comment
EltoothOption: B
Jul 6, 2022

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

Zam88Option: B
Jun 19, 2022

B is correct

zecchOption: B
Mar 8, 2023

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

nakikoo
Jan 14, 2023

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

Power123Option: B
Mar 31, 2023

Answer is B. False

Busi57Option: B
Sep 20, 2023

I think b