From 3355fcf629627ea94de48df4fbf83fe31b24c9ce Mon Sep 17 00:00:00 2001 From: gastonchenet Date: Thu, 4 Dec 2025 10:23:42 +0100 Subject: [PATCH] Update --- terraform/environments/dev/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/dev/variables.tf b/terraform/environments/dev/variables.tf index 6b61823..efec7da 100644 --- a/terraform/environments/dev/variables.tf +++ b/terraform/environments/dev/variables.tf @@ -25,5 +25,5 @@ variable "ssh_pub_key" { variable "instance_type" { type = string description = "Type of the VM instance" - default = "e2-minimal" + default = "e2-small" } \ No newline at end of file