variable "projet_name" {
type = string
default = "projet-hugo-478713"
}
variable "region" {
default = "europe-west9"
variable "zone" {
default = "europe-west9-b"
variable "ssh_source_ranges" {
type = list(string)
default = ["0.0.0.0/0"]