diff --git a/environments/dev/main.tf b/environments/dev/main.tf index 79d4e5f..cfc719b 100644 --- a/environments/dev/main.tf +++ b/environments/dev/main.tf @@ -26,18 +26,18 @@ module "network" { ssh_source_ranges = var.ssh_source_ranges } -module "iam" { +/*module "iam" { source = "../../modules/iam" # Variables d'entrée # Autres variables spécifiques au module -} +}*/ -module "compute" { +/*module "compute" { source = "../../modules/compute" -} \ No newline at end of file +}*/ \ No newline at end of file