WIP: fix compute and network terraform plan

This commit is contained in:
2025-12-04 10:04:02 +01:00
parent 9fded5a305
commit 2311bc42ad
2 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
variable "project_id" {
type = string
}
variable "project_name" {
description = "Nom du projet utilisé pour préfixer les ressources"
type = string
}
variable "project_id" {
type = string
}
variable "region" {
description = "Région GCP où seront créés les sous-réseaux"
type = string