les - dans nom
This commit is contained in:
parent
dee842e398
commit
9ad57c544e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user