t
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
}*/
|
||||
|
||||
}
|
Reference in New Issue
Block a user