This commit is contained in:
2024-12-06 15:34:58 +01:00
parent bfecc2baaf
commit a19d6855b2
2 changed files with 13 additions and 6 deletions

View File

@@ -35,9 +35,16 @@ module "network" {
# Autres variables spécifiques au module
}*/
/*module "compute" {
module "compute" {
source = "../../modules/compute"
zone = var.zone
instance_type = var.instance_type
frontend_subnet_id = module.network.id_subnetwork["frontend"]
backend_subnet_id = module.network.id_subnetwork["backend"]
database_subnet_id = module.network.id_subnetwork["database"]
}*/
}