diff --git a/main.tf b/main.tf index 18a7216..dbf1274 100644 --- a/main.tf +++ b/main.tf @@ -14,7 +14,7 @@ terraform{ organization="terraform-tryout" workspaces{ - name="runtaskdemo" + name="RunTasksDemo" } } } @@ -22,7 +22,6 @@ terraform{ provider "google" { -// credentials = file("./tmp/credentials2.json") project = "hc-327f90383fff489b9447e89f257" region = "us-central1" @@ -39,8 +38,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" {