virtualisation/modules/compute/variables.tf
2024-12-06 15:29:31 +01:00

13 lines
188 B
HCL

variable "instance_type" {
description = "type d'instance"
type = string
}
variable "zone" {
description = "zone"
type = string
default = "europe-west4-a"
}