modif de DEV

This commit is contained in:
2025-12-04 09:44:34 +01:00
parent d1c013fa5e
commit 0cb2915625
3 changed files with 24 additions and 22 deletions

View File

@@ -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
}