This commit is contained in:
Yanis DARIUS 2024-12-04 16:53:13 +01:00
parent a568326cd8
commit 8961f97548

View File

@ -1,4 +1,4 @@
resource "google_compute_network" "vpc2" {
resource "google_compute_network" "vpc" {
name = "nom2"
auto_create_subnetworks = false
}