forked from pierront/but3-iac
compute fait
This commit is contained in:
@@ -40,4 +40,16 @@ variable "project_id" {
|
||||
description = "ID du projet"
|
||||
type = string
|
||||
default = "glossy-handler-478713-i1"
|
||||
}
|
||||
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user