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 281 discussion

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

Which argument helps prevent unexpected updates when calling Terraform Registry modules?

  • A. count
  • B. source
  • C. version
  • D. lifecycle
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
090200f
3 months, 2 weeks ago
Selected Answer: C
versioning is correct option.. agreed on Pete987
upvoted 1 times
...
heeloco
1 year, 2 months ago
Selected Answer: C
agree Pete987
upvoted 2 times
...
Pete987
1 year, 3 months ago
C. version The version argument helps prevent unexpected updates when calling Terraform Registry modules. It allows you to specify the exact version of the module you want to use. This ensures that your configuration consistently uses the same version of the module until you explicitly decide to update it to a newer version. Using the version argument is a good practice to ensure that your infrastructure remains stable and predictable, as it prevents unintentional changes caused by automatic module updates.
upvoted 4 times
...
bigmic
1 year, 3 months ago
version is correct
upvoted 3 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 ...