encore x7?

This commit is contained in:
aissi
2025-12-04 08:56:13 +01:00
parent c9c7853792
commit 3d2e3ab686
2 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
# À vous de définir :
# - project_id (string)

View File

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