Fix security hole in tests (#2893)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-01-22 10:38:49 -08:00 committed by Nathan McKinley
parent 3fc3c5d61a
commit b554f90325

View File

@ -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"