Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam Terraform-Associate-003 Topic 2 Question 123 Discussion

Actual exam question for HashiCorp's Terraform-Associate-003 exam
Question #: 123
Topic #: 2
Your root module contains a variable named num_servers. Which is the correct way to pass its value to a child module with an input named servers?

Suggested Answer: C Vote an answer

The correct syntax to pass a variable from the root module to a child module is servers = var.num_servers. Terraform uses dot notation to reference variables.
References:
Terraform Variables

by Hunter at Oct 27, 2025, 04:50 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
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.