We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c715d commit f96daffCopy full SHA for f96daff
examples/packet_mirroring/outputs.tf
@@ -26,6 +26,6 @@ output "collector_ilb" {
26
}
27
28
output "instance" {
29
- value = google_compute_packet_mirroring.default.mirrored_resources[0].instances[0].url
+ value = google_compute_instance.mirror.id
30
description = "The VM instance"
31
0 commit comments