From a6e23fbac893ad14d5e86744342948c88e252ce8 Mon Sep 17 00:00:00 2001 From: tejavar <54866295+tejavar@users.noreply.github.com> Date: Wed, 4 May 2022 17:21:43 -0400 Subject: [PATCH] Update main.tf Update security and workspace --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 49a0962..34e65d8 100644 --- a/main.tf +++ b/main.tf @@ -14,7 +14,7 @@ terraform{ organization="terraform-tryout" workspaces{ - name="runtaskdemo" + name="RunTasksDemo-allhands" } } } @@ -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" {