ajout compute

This commit is contained in:
2025-12-04 09:50:32 +01:00
parent 9d2e825843
commit 56f7e030a4

View File

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