This commit is contained in:
2025-12-03 17:26:00 +01:00
parent 2f4110e359
commit 4cb7b8b771
6 changed files with 143 additions and 6 deletions

View File

@@ -38,4 +38,17 @@ variable "project_id" {
description = "Id du projet"
type = string
default = "silicon-monitor-478713-j5"
}
}
variable "instance_type" {
description = "type de l'instance"
type = string
default = "e2_small"
}
variable "zone" {
description = "Nom de la zone"
type = string
default = "europe-west9-b"
}