update network main
This commit is contained in:
parent
07a6fe0f7b
commit
7e2af701ad
@ -55,7 +55,7 @@ resource "google_compute_firewall" "allow_ssh" {
|
||||
target_tags = ["ssh"]
|
||||
}
|
||||
|
||||
resource "google_compute_firewall" "allow_front-back" {
|
||||
resource "google_compute_firewall" "allow_front_back" {
|
||||
name = "allow-front-back"
|
||||
network = google_compute_network.tp07.id
|
||||
|
||||
@ -68,7 +68,7 @@ resource "google_compute_firewall" "allow_front-back" {
|
||||
target_tags = ["backend"]
|
||||
}
|
||||
|
||||
resource "google_compute_firewall" "allow_back-database" {
|
||||
resource "google_compute_firewall" "allow_back_database" {
|
||||
name = "allow-front-back"
|
||||
network = google_compute_network.tp07.id
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user