Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 261 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 261
Topic #: 1
[All Terraform Associate Questions]

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

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Fyssy
Highly Voted 1 year, 5 months ago
Selected Answer: B
If the versions are incompatible or if a required provider is missing, Terraform will prompt you to update the provider versions or download the necessary provider plugins.
upvoted 5 times
...
LemonadeSoftware
Most Recent 1 year ago
B Not necessarily. In Terraform, the version of the Terraform binary itself doesn't have to match the versions of the providers being used within a configuration file. However, it's generally recommended to use compatible versions. Terraform typically manages provider versions independently from its core binary. Each Terraform provider (e.g., AWS, Azure, etc.) has its own versioning that may differ from the version of the Terraform core. Using compatible versions helps ensure that the features and functionalities expected by your configuration are available and supported by both the Terraform binary and the specified providers. But it's not a strict requirement that they must match exactly.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...