This commit is contained in:
2024-12-06 15:12:04 +01:00
parent a8cddb7868
commit 7a4925cc7b
2 changed files with 2 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
variable "instance_type" {
description = "type d'instance"
type = string
default = "e2-micro"
default = ""
}
variable "zone" {