This commit is contained in:
Guillaume VALLAT 2024-12-06 14:15:03 +01:00
parent 058c767829
commit b451708708

View File

@ -11,7 +11,7 @@ resource "google_compute_instance" "vm-front" {
}
network_interface {
subnetwork = google_compute_network.subnet1.id
network = google_compute_network.subnet1.id
access_config {} # IP publique
}