update network
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user