Multiple Choice
How would you reference the "name" value of the second instance of this fictitious resource?
A) element(aws_instance.web, 2)
B) aws_instance.web[1].name
C) aws_instance.web[1]
D) aws_instance.web[2].name
E) aws_instance.web.*.name
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which option can not be used to
Q20: Examine the following Terraform configuration, which uses
Q21: What command does Terraform require the first
Q22: Where does the Terraform local backend store
Q23: Terraform requires the Go runtime as a
Q25: Terraform can import modules from a number
Q26: You run a local-exec provisioner in a
Q27: What command should you run to display
Q28: Why would you use the terraform taint
Q29: Which of the following is not a