forked from pierront/but3-iac
network
This commit is contained in:
@@ -38,4 +38,17 @@ variable "project_id" {
|
||||
description = "Id du projet"
|
||||
type = string
|
||||
default = "silicon-monitor-478713-j5"
|
||||
}
|
||||
}
|
||||
|
||||
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