forked from pierront/but3-iac
maj
This commit is contained in:
@@ -58,7 +58,7 @@ resource "google_compute_firewall" "ssh" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "google_compute_firewall" "front_back" {
|
resource "google_compute_firewall" "front_back" {
|
||||||
name = "front_back"
|
name = "front-back"
|
||||||
network = google_compute_network.vpc.id
|
network = google_compute_network.vpc.id
|
||||||
|
|
||||||
allow {
|
allow {
|
||||||
@@ -71,7 +71,7 @@ resource "google_compute_firewall" "front_back" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "google_compute_firewall" "back_data" {
|
resource "google_compute_firewall" "back_data" {
|
||||||
name = "back_data"
|
name = "back-data"
|
||||||
network = google_compute_network.vpc.id
|
network = google_compute_network.vpc.id
|
||||||
|
|
||||||
allow {
|
allow {
|
||||||
|
|||||||
Reference in New Issue
Block a user