This commit is contained in:
2025-12-03 16:23:44 +01:00
parent 5352f8c429
commit b50216d329

View File

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