Skip to content

Commit cea0989

Browse files
authored
Update outputs.tf
1 parent f17a52c commit cea0989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/packet_mirroring/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ output "collector_ilb" {
2626
}
2727

2828
output "instance" {
29-
value = google_compute_packet_mirroring.default.mirrored_resources[0].instances[0].url
29+
value = google_compute_instance.mirror.id
3030
description = "The VM instance"
3131
}

0 commit comments

Comments
 (0)