les - dans nom

This commit is contained in:
Guillaume VALLAT 2024-12-04 17:06:31 +01:00
parent dee842e398
commit 9ad57c544e

View File

@ -52,7 +52,7 @@ resource "google_compute_firewall" "allow_ssh" {
} }
resource "google_compute_firewall" "front_to_back" { resource "google_compute_firewall" "front_to_back" {
name = "front_to_back" name = "front-to-back"
network = google_compute_network.vpc.id network = google_compute_network.vpc.id
allow { allow {
@ -65,7 +65,7 @@ resource "google_compute_firewall" "front_to_back" {
} }
resource "google_compute_firewall" "back_to_bdd" { resource "google_compute_firewall" "back_to_bdd" {
name = "back_to_bdd" name = "back-to-bdd"
network = google_compute_network.vpc.id network = google_compute_network.vpc.id
allow { allow {