forked from pierront/but3-iac
Suite
This commit is contained in:
@@ -41,7 +41,7 @@ resource "google_compute_firewall" "ssh_firewall" {
|
||||
|
||||
|
||||
resource "google_compute_firewall" "frontend_firewall" {
|
||||
name = "allow-http"
|
||||
name = "frontend"
|
||||
network = google_compute_network.vpc.id
|
||||
|
||||
allow {
|
||||
@@ -55,7 +55,7 @@ resource "google_compute_firewall" "frontend_firewall" {
|
||||
}
|
||||
|
||||
resource "google_compute_firewall" "backend_firewall" {
|
||||
name = "allow-http"
|
||||
name = "backend"
|
||||
network = google_compute_network.vpc.id
|
||||
|
||||
allow {
|
||||
@@ -69,7 +69,7 @@ resource "google_compute_firewall" "backend_firewall" {
|
||||
}
|
||||
|
||||
resource "google_compute_firewall" "database_firewall" {
|
||||
name = "allow-http"
|
||||
name = "database"
|
||||
network = google_compute_network.vpc.id
|
||||
|
||||
allow {
|
||||
|
||||
Reference in New Issue
Block a user