This commit is contained in:
2025-12-04 08:56:10 +01:00
parent c66e64ffa0
commit f6896f0858
5 changed files with 193 additions and 1 deletions

View File

@@ -39,4 +39,18 @@ variable "project_id" {
description = "id du projet"
type = string
default = "model-cirrus-478713-u8"
}
}
variable "instance_type" {
description = "Nom du projet cidr"
type = string
default = ""
}
variable "zone" {
description = "Nom du projet cidr"
type = string
default = "value"
}