forked from pierront/but3-iac
fix/feature: fix network & add compute
This commit is contained in:
@@ -33,3 +33,14 @@ variable "ssh_source_ranges" {
|
||||
default = "0.0.0.0/0"
|
||||
}
|
||||
|
||||
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