diff --git a/compute_packet_mirroring_full/main.tf b/compute_packet_mirroring_full/main.tf index d4a8446e..3ee6fe8e 100644 --- a/compute_packet_mirroring_full/main.tf +++ b/compute_packet_mirroring_full/main.tf @@ -57,6 +57,7 @@ resource "google_compute_forwarding_rule" "default" { resource "google_compute_packet_mirroring" "foobar" { name = "my-mirroring-${local.name_suffix}" description = "bar" + enable = "TRUE" network { url = google_compute_network.default.id }