Skip to content

Commit

Permalink
Fix security hole in tests (#2893)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and nat-henderson committed Jan 22, 2019
1 parent 3fc3c5d commit b554f90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_dataproc_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b554f90

Please sign in to comment.