From c2fd824f2810cc705f942702a8bd8d9a168387e0 Mon Sep 17 00:00:00 2001 From: dick Date: Thu, 4 Dec 2025 09:41:19 +0100 Subject: [PATCH] correction main compute --- terraform/modules/compute/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/terraform/modules/compute/main.tf b/terraform/modules/compute/main.tf index af01b63..59aae51 100644 --- a/terraform/modules/compute/main.tf +++ b/terraform/modules/compute/main.tf @@ -64,9 +64,4 @@ resource "google_compute_instance" "database" { } tags = ["database", "ssh"] - - metadata = { - enable-oslogin = "TRUE" - startup-script = var.startup_script - } }