forked from pierront/but3-iac
modif de DEV
This commit is contained in:
@@ -8,12 +8,17 @@ variable "region" {
|
||||
default = "europe-west9"
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
type = string
|
||||
default = "europe-west9-b"
|
||||
}
|
||||
|
||||
variable "ssh_source_ranges" {
|
||||
type = list(string)
|
||||
default = ["0.0.0.0/0"]
|
||||
}
|
||||
|
||||
variable "instance_type" {
|
||||
type = string
|
||||
default = "e2-small"
|
||||
}
|
||||
|
||||
variable "os_login" {
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
Reference in New Issue
Block a user