This commit is contained in:
gastonchenet
2025-12-04 10:23:42 +01:00
parent 3e3d435865
commit 3355fcf629

View File

@@ -25,5 +25,5 @@ variable "ssh_pub_key" {
variable "instance_type" { variable "instance_type" {
type = string type = string
description = "Type of the VM instance" description = "Type of the VM instance"
default = "e2-minimal" default = "e2-small"
} }