Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 96

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

    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
EltoothOption: B

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

zecchOption: B

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

Zam88Option: B

B is correct

Busi57Option: B

I think b

Power123Option: B

Answer is B. False

nakikoo

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