1
0
forked from pierront/but3-iac

correction main compute

This commit is contained in:
2025-12-04 09:41:19 +01:00
parent abcbb6a6f3
commit c2fd824f28

View File

@@ -64,9 +64,4 @@ resource "google_compute_instance" "database" {
} }
tags = ["database", "ssh"] tags = ["database", "ssh"]
metadata = {
enable-oslogin = "TRUE"
startup-script = var.startup_script
}
} }