This commit is contained in:
2024-12-06 15:29:14 +01:00
parent 5a738414d8
commit 907157cce6
3 changed files with 15 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
resource "google_compute_network" "vpc" {
name = "myvpc"
name = "nom"
auto_create_subnetworks = false
}