From 9c4713bcdf5c6473bd5656be7295bf11744b656d Mon Sep 17 00:00:00 2001 From: Vallat Date: Fri, 6 Dec 2024 15:26:13 +0100 Subject: [PATCH] compute --- environments/dev/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environments/dev/main.tf b/environments/dev/main.tf index 8d5d2e5..833488d 100644 --- a/environments/dev/main.tf +++ b/environments/dev/main.tf @@ -26,7 +26,7 @@ module "network" { ssh_source_ranges = var.ssh_source_ranges } -/*module "compute" { +module "compute" { source = "../../modules/compute" # Variables d'entrée @@ -35,7 +35,7 @@ module "network" { zone = var.zone instance_type = var.instance_type } - +/* module "iam" { source = "../../modules/iam"