ajout compute

This commit is contained in:
2025-12-04 09:54:59 +01:00
parent 56f7e030a4
commit 555d5ef006

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_micro" default = "e2-micro"
} }
variable "zone" { variable "zone" {