update network
This commit is contained in:
parent
3f39313d9c
commit
4b4e68c662
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user