WIP: fix compute and network terraform plan

This commit is contained in:
2025-12-04 09:20:24 +01:00
parent d392f5c06a
commit 08b67a6e5c

View File

@@ -14,7 +14,7 @@ provider "google" {
module "network" {
source = "../../modules/network"
project_name = var.project_name
project_id = var.project_id
region = var.region
frontend_cidr = var.frontend_cidr
backend_cidr = var.backend_cidr