Which of the following is the correct way to pass the value in the variable num_servers into a module with the input servers?
Which of the following is the correct way to pass the value in the variable num_servers into a module with the input servers?
A . servers = num_servers
B . servers = variable.num_servers
C . servers = var(num_servers)
D . servers = var.num_servers
Answer: A
Latest TA-002-P Dumps Valid Version with 324 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
D is correct answer