This commit is contained in:
Jean-Luc NELET 2024-12-04 17:07:20 +01:00
parent 528cfed694
commit 34b2e5511f

View File

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