diff --git a/main.tf b/main.tf index 49a0962..6db4ccd 100644 --- a/main.tf +++ b/main.tf @@ -39,8 +39,8 @@ resource "google_compute_firewall" "default" { ports = ["22"] } - source_ranges = ["192.168.1.0/24"] -// source_ranges = ["0.0.0.0/0"] +// source_ranges = ["192.168.1.0/24"] + source_ranges = ["0.0.0.0/0"] } resource "google_compute_network" "default" {