update network

This commit is contained in:
Come THURET 2024-12-04 16:29:00 +01:00
parent 3f39313d9c
commit 4b4e68c662

View File

@ -68,7 +68,7 @@ resource "google_compute_firewall" "allow_front-back" {
target_tags = ["backend"] target_tags = ["backend"]
} }
resource "google_compute_firewall" "allow_front-back" { resource "google_compute_firewall" "allow_back-database" {
name = "allow-front-back" name = "allow-front-back"
network = google_compute_network.vpc.id network = google_compute_network.vpc.id