List of questions
Related questions
Question 194 - Terraform Associate 003 discussion
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.
servers = num_servers
B.
servers = var(num_servers)
C.
servers = var.num_servers
D.
servers = ${var.num_servers}
Your answer:
0 comments
Sorted by
Leave a comment first