This commit is contained in:
2025-12-04 09:58:24 +01:00
parent 72eb00af18
commit 58e9500c59

View File

@@ -9,7 +9,7 @@
# VPC
resource "google_compute_network" "vpc_terraform" {
name = "vpc-terraform"
name = "vpc-terraform-2"
auto_create_subnetworks = false
}