forked from pierront/but3-iac
Suite
This commit is contained in:
@@ -26,7 +26,7 @@ resource "google_compute_subnetwork" "database" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "google_compute_firewall" "ssh_firewall" {
|
resource "google_compute_firewall" "ssh_firewall" {
|
||||||
name = "mon_ssh"
|
name = "mon-ssh"
|
||||||
network = google_compute_network.vpc.id
|
network = google_compute_network.vpc.id
|
||||||
|
|
||||||
allow {
|
allow {
|
||||||
|
|||||||
Reference in New Issue
Block a user