This commit is contained in:
Yanis DARIUS 2024-12-04 16:42:58 +01:00
parent bcfd734fbf
commit a568326cd8

View File

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