From 0b8021651fc2d21b0fd317c67d7f0391c212f6c0 Mon Sep 17 00:00:00 2001 From: gastonchenet Date: Thu, 4 Dec 2025 09:58:08 +0100 Subject: [PATCH] Update --- terraform/environments/dev/variables.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/terraform/environments/dev/variables.tf b/terraform/environments/dev/variables.tf index 1f5b0fb..da8e16e 100644 --- a/terraform/environments/dev/variables.tf +++ b/terraform/environments/dev/variables.tf @@ -19,25 +19,21 @@ variable "zone" { variable "frontend_subnet_id" { type = string description = "self_link du subnet frontend" - default = "projects/school-478713/regions/europe-west1/subnetworks/frontend-subnet" } variable "backend_subnet_id" { type = string description = "self_link du subnet backend" - default = "projects/school-478713/regions/europe-west1/subnetworks/backend-subnet" } variable "database_subnet_id" { type = string description = "self_link du subnet database" - default = "projects/school-478713/regions/europe-west1/subnetworks/database-subnet" } variable "network" { type = string description = "VPC network self_link or name" - default = "projects/school-478713/global/networks/school-478713-vpc" } variable "ssh_pub_key" {