WIP: fix compute and network terraform plan

This commit is contained in:
2025-12-04 10:00:29 +01:00
parent 88cd287e9e
commit 9fded5a305
3 changed files with 26 additions and 10 deletions

View File

@@ -3,6 +3,10 @@ variable "project_name" {
type = string
}
variable "project_id" {
type = string
}
variable "region" {
description = "Région GCP où seront créés les sous-réseaux"
type = string