ajout compute

This commit is contained in:
2025-12-04 09:57:10 +01:00
parent 555d5ef006
commit 77f1cc7a93

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-small"
} }
variable "zone" { variable "zone" {