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

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

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?

  • A. ${var.num.servers}
  • B. servers = num.servers
  • C. servers = var(num.servers)
  • D. servers = var.num_servers
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
siheom
3 days, 19 hours ago
Selected Answer: D
vote D
upvoted 1 times
...
Dubes
3 days, 21 hours ago
Selected Answer: D
It is a variable and should be referenced as such
upvoted 1 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 ...