remplacer _ par - dans le type d'insrtance

This commit is contained in:
2025-12-04 08:40:05 +01:00
parent 21eb9becca
commit 588b185ba6

View File

@@ -45,7 +45,7 @@ variable "project_id" {
variable "instance_type" { variable "instance_type" {
description = "type de l'instance" description = "type de l'instance"
type = string type = string
default = "e2_small" default = "e2-small"
} }
variable "zone" { variable "zone" {