From 56f7e030a46047be358ded0ebcd33440efb1a5a8 Mon Sep 17 00:00:00 2001 From: kara-mosr Date: Thu, 4 Dec 2025 09:50:32 +0100 Subject: [PATCH] ajout compute --- 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 dc290da..5ac20de 100644 --- a/terraform/environments/dev/variables.tf +++ b/terraform/environments/dev/variables.tf @@ -45,7 +45,7 @@ variable "project_id" { variable "instance_type" { description = "type de l'instance" type = string - default = "e2_small" + default = "e2_micro" } variable "zone" {