update network main

This commit is contained in:
Come THURET 2024-12-04 16:43:10 +01:00
parent 07a6fe0f7b
commit 7e2af701ad

View File

@ -55,7 +55,7 @@ resource "google_compute_firewall" "allow_ssh" {
target_tags = ["ssh"] target_tags = ["ssh"]
} }
resource "google_compute_firewall" "allow_front-back" { resource "google_compute_firewall" "allow_front_back" {
name = "allow-front-back" name = "allow-front-back"
network = google_compute_network.tp07.id network = google_compute_network.tp07.id
@ -68,7 +68,7 @@ resource "google_compute_firewall" "allow_front-back" {
target_tags = ["backend"] target_tags = ["backend"]
} }
resource "google_compute_firewall" "allow_back-database" { resource "google_compute_firewall" "allow_back_database" {
name = "allow-front-back" name = "allow-front-back"
network = google_compute_network.tp07.id network = google_compute_network.tp07.id