update network main

This commit is contained in:
Come THURET 2024-12-04 16:57:21 +01:00
parent 2b3c4b216b
commit 41980535d7

View File

@ -56,7 +56,7 @@ resource "google_compute_firewall" "allow_ssh" {
}
resource "google_compute_firewall" "allow_front_back" {
name = "allow_front_back"
name = "allow-front--back"
network = google_compute_network.tp07.id
allow {
@ -69,7 +69,7 @@ resource "google_compute_firewall" "allow_front_back" {
}
resource "google_compute_firewall" "allow_back_database" {
name = "allow_back_database"
name = "allow-back--database"
network = google_compute_network.tp07.id
allow {