forked from pierront/but3-iac
encore encore
This commit is contained in:
@@ -48,7 +48,7 @@ resource "google_compute_firewall" "allow-http" {
|
||||
|
||||
# - SSH vers toutes les instances
|
||||
resource "google_compute_firewall" "SSH" {
|
||||
name = "SSH"
|
||||
name = "google_compute_firewall"
|
||||
network = google_compute_network.vpc.id
|
||||
|
||||
allow {
|
||||
@@ -61,7 +61,7 @@ resource "google_compute_firewall" "SSH" {
|
||||
|
||||
# - Port 8000 de frontend vers backend
|
||||
resource "google_compute_firewall" "front-back" {
|
||||
name = "front-back"
|
||||
name = "google_compute_firewall"
|
||||
network = google_compute_network.vpc.id
|
||||
|
||||
allow {
|
||||
@@ -75,7 +75,7 @@ resource "google_compute_firewall" "front-back" {
|
||||
|
||||
# - Port 3306 de backend vers database
|
||||
resource "google_compute_firewall" "back-base" {
|
||||
name = "back-base"
|
||||
name = "google_compute_firewall"
|
||||
network = google_compute_network.vpc.id
|
||||
|
||||
allow {
|
||||
|
||||
Reference in New Issue
Block a user