From b451708708a30bd1760245b1d7e8d3d9bfdec53d Mon Sep 17 00:00:00 2001 From: Vallat Date: Fri, 6 Dec 2024 14:15:03 +0100 Subject: [PATCH] network --- modules/compute/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/compute/main.tf b/modules/compute/main.tf index 2e7d2c6..f5396b5 100644 --- a/modules/compute/main.tf +++ b/modules/compute/main.tf @@ -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 }