This commit is contained in:
2025-12-04 09:40:53 +01:00
parent 3227265c7a
commit be4001f6c0
9 changed files with 155 additions and 109 deletions

View File

@@ -39,5 +39,17 @@ variable "ssh_source_ranges" {
variable "project_id" {
description = "ID du projet"
type = string
default = "fourth-palisade-478713-i3"
default = "fourth-palisade-478713-i3 "
}
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"
}