From 5155a1dcf9e87717575da8a7a1147434f21f4bc6 Mon Sep 17 00:00:00 2001 From: tejavar Date: Wed, 4 May 2022 18:02:39 -0400 Subject: [PATCH 1/2] new changes --- main.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tf b/main.tf index 18a7216..c67f2d6 100644 --- a/main.tf +++ b/main.tf @@ -22,7 +22,6 @@ terraform{ provider "google" { -// credentials = file("./tmp/credentials2.json") project = "hc-327f90383fff489b9447e89f257" region = "us-central1" From 4f518965ae122f6c4d31b3e8b0c6df3b9afd228e Mon Sep 17 00:00:00 2001 From: tejavar Date: Wed, 4 May 2022 19:12:40 -0400 Subject: [PATCH 2/2] updates to snyk --- main.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index c67f2d6..dbf1274 100644 --- a/main.tf +++ b/main.tf @@ -14,7 +14,7 @@ terraform{ organization="terraform-tryout" workspaces{ - name="runtaskdemo" + name="RunTasksDemo" } } } @@ -38,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" {