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