ExamGecko
Question list
Search
Search

Question 24 - Terraform Associate 003 discussion

Report
Export

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

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: B

Explanation:

The Terraform binary version and provider versions do not have to match each other in a single configuration. Terraform allows you to specify provider version constraints in the configuration's terraform block, which can be different from the Terraform binary version1. Terraform will use the newest version of the provider that meets the configuration's version constraints2. You can also use the dependency lock file to ensure Terraform is using the correct provider version3. Reference =

* 1: Providers - Configuration Language | Terraform | HashiCorp Developer

* 2: Multiple provider versions with Terraform - Stack Overflow

* 3: Lock and upgrade provider versions | Terraform - HashiCorp Developer

asked 18/09/2024
Yesaldine Salazar
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first