N
Size: a a a
N
IM
N
I
target_id = "${aws_instance.my-test-instance.*.id}"
target_id = ["${aws_instance.my-test-instance.*.id}"]
target_id = "${element(aws_instance.my-test-instance.*.id, count.index)}"
A
I
84: target_id = "${aws_instance.my-test-instance.*.id}"
Inappropriate value for attribute "target_id": string required.
I
I
85: target_id = ["${aws_instance.my-test-instance.*.id}"]
Inappropriate value for attribute "target_id": string required.
A
AK
85: target_id = ["${aws_instance.my-test-instance.*.id}"]
Inappropriate value for attribute "target_id": string required.
A
I
A
I
A
A
A
A
I
A