This commit is contained in:
2025-12-03 16:29:34 +01:00
parent 42dd3fb11c
commit 242459b5b5

View File

@@ -26,7 +26,7 @@ resource "google_compute_subnetwork" "database" {
}
resource "google_compute_firewall" "ssh_firewall" {
name = "mon_ssh"
name = "mon-ssh"
network = google_compute_network.vpc.id
allow {