forked from pierront/but3-iac
Suite
This commit is contained in:
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user