correction error

This commit is contained in:
2025-12-04 09:21:56 +01:00
parent 2f74071952
commit a2fc7bf6ad
3 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ variable "project_id" {
variable "instance_type" {
description = ""
description = "type d'instance de vm"
type = string
default = "e2-micro"
}