This commit is contained in:
2025-12-04 09:31:27 +01:00
parent 30e5a9d122
commit 148a40abe7
2 changed files with 26 additions and 2 deletions

View File

@@ -40,4 +40,16 @@ variable "project_id" {
description = "ID du projet"
type = string
default = "projet1-478713"
}
}
variable "instance_type" {
description = "Type d'instance pour les VM"
type = string
default = "e2-small"
}
variable "zone" {
description = "Zone GCP"
type = string
default = "europe-west2-a"
}