This commit is contained in:
2025-12-04 11:02:25 +01:00
parent 68790cf2d1
commit 4530087cd1
5 changed files with 80 additions and 9 deletions

View File

@@ -43,4 +43,27 @@ variable "project_id"{
default = "automaticsearch-477610"
}
}
variable "instance_type" {
description = "Type de machine à utiliser pour les instances"
type = string
default = "e2-small"
}
variable "zone" {
description = "Zone où déployer les instances"
type = string
default = "europe-west9-b"
}
variable "project_id" {
description = "Le projet ID"
type = string
default = "instance-20251203-132021"
}