1
0
forked from pierront/but3-iac
This commit is contained in:
2025-12-04 09:50:16 +01:00
parent 432b0106e6
commit 40d03d2b5a

View File

@@ -51,5 +51,5 @@ variable "project_id"{
variable "instance_type" {
description = "Type de machine pour les VM"
type = string
default = "e2-medium"
default = "e2-small"
}