This commit is contained in:
2025-12-04 10:21:03 +01:00
parent f0a8d238fe
commit 6087b2be0c

View File

@@ -30,4 +30,9 @@ module "compute" {
frontend_subnet_id = module.network.frontend_subnet_id frontend_subnet_id = module.network.frontend_subnet_id
backend_subnet_id = module.network.backend_subnet_id backend_subnet_id = module.network.backend_subnet_id
database_subnet_id = module.network.database_subnet_id database_subnet_id = module.network.database_subnet_id
}
module "iam" {
source = "../../modules/iam"
projet_name = var.projet_name
} }