WIP: fix compute and network terraform plan

This commit is contained in:
2025-12-04 09:18:46 +01:00
parent c16b7ddd2a
commit d392f5c06a

View File

@@ -1,7 +1,7 @@
# VPC # VPC
resource "google_compute_network" "vpc" { resource "google_compute_network" "vpc" {
name = "${var.project_name}-vpc" name = "vpc"
auto_create_subnetworks = false auto_create_subnetworks = false
} }