This commit is contained in:
2025-12-03 16:53:58 +01:00
parent 731ebd0ee2
commit bce256fe2b

View File

@@ -58,7 +58,7 @@ resource "google_compute_firewall" "ssh" {
}
resource "google_compute_firewall" "front_back" {
name = "front_back"
name = "front-back"
network = google_compute_network.vpc.id
allow {
@@ -71,7 +71,7 @@ resource "google_compute_firewall" "front_back" {
}
resource "google_compute_firewall" "back_data" {
name = "back_data"
name = "back-data"
network = google_compute_network.vpc.id
allow {