HashiCorp Certified: Terraform Associate — Question 82
Terraform and Terraform providers must use the same major version number in a single configuration.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because Terraform allows for flexibility in using different major versions of providers, as long as they are compatible with the Terraform version being used. Therefore, it is not mandatory for the major version numbers to match.