From 5145997d77b99e0a263ad3fa03cc850fd35254f0 Mon Sep 17 00:00:00 2001 From: "bridgecrew-dev[bot]" <83754225+bridgecrew-dev[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 12:44:51 +0000 Subject: [PATCH] Bridgecrew has found BC_GCP_NETWORKING_12 and 4 other error(s) --- terraform/gcp/instances.tf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/terraform/gcp/instances.tf b/terraform/gcp/instances.tf index a1b035dd63..654cfa0c00 100644 --- a/terraform/gcp/instances.tf +++ b/terraform/gcp/instances.tf @@ -12,14 +12,11 @@ resource "google_compute_instance" "server" { } network_interface { subnetwork = google_compute_subnetwork.public-subnetwork.name - access_config {} } - can_ip_forward = true metadata = { + block-project-ssh-keys = true block-project-ssh-keys = false - enable-oslogin = false - serial-port-enable = true } labels = { git_commit = "2bdc0871a5f4505be58244029cc6485d45d7bb8e"