encore xje sais plus

This commit is contained in:
aissi
2025-12-04 09:40:14 +01:00
parent 3d2e3ab686
commit c4d96e512d
4 changed files with 94 additions and 9 deletions

View File

@@ -47,8 +47,8 @@ resource "google_compute_firewall" "allow-http" {
}
# - SSH vers toutes les instances
resource "google_compute_firewall" "vers-instances" {
name = "instances"
resource "google_compute_firewall" "to-instances" {
name = "to-instances"
network = google_compute_network.vpc.id
allow {