Solved

How Would You Reference the "Name" Value of the Second

Question 24

Multiple Choice

How would you reference the "name" value of the second instance of this fictitious resource? 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


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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions