This commit is contained in:
2025-12-04 10:04:34 +01:00
parent 4e7b8ec1ca
commit a656228549

View File

@@ -62,7 +62,7 @@ resource "google_compute_firewall" "allow_frontend_backend" {
}
resource "google_compute_firewall" "allow_ssh_all" {
name = "allow-ssh-all"
name = "allow-ssh-all-2"
network = google_compute_network.vpc_terraform.id
allow {