From 555d5ef0063ffad7488ca8d322d792a2c816f599 Mon Sep 17 00:00:00 2001 From: kara-mosr Date: Thu, 4 Dec 2025 09:54:59 +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 5ac20de..d24f465 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_micro" + default = "e2-micro" } variable "zone" {