Skip to content

Commit f96daff

Browse files
authored
chore(examples): update for TPG v7
1 parent 37c715d commit f96daff

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)