From b554f90325022f7638769b4c4ec2fdde0fff0878 Mon Sep 17 00:00:00 2001 From: The Magician Date: Tue, 22 Jan 2019 10:38:49 -0800 Subject: [PATCH] Fix security hole in tests (#2893) Signed-off-by: Modular Magician --- google/resource_dataproc_cluster_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/google/resource_dataproc_cluster_test.go b/google/resource_dataproc_cluster_test.go index aa970f19..7a3d86dc 100644 --- a/google/resource_dataproc_cluster_test.go +++ b/google/resource_dataproc_cluster_test.go @@ -1108,6 +1108,7 @@ resource "google_compute_firewall" "dataproc_network_firewall" { name = "dproc-cluster-test-%s-allow-internal" description = "Firewall rules for dataproc Terraform acceptance testing" network = "${google_compute_network.dataproc_network.name}" + source_ranges = ["192.168.0.0/16"] allow { protocol = "icmp"