forked from pierront/but3-iac
correction error
This commit is contained in:
@@ -24,11 +24,11 @@ module "network" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module "compute" {
|
module "compute" {
|
||||||
source = "../../modules/compte"
|
source = "../../modules/compute"
|
||||||
|
|
||||||
instance_type = var.instance_type
|
instance_type = var.instance_type
|
||||||
zone = var.zone
|
zone = var.zone
|
||||||
frontend_subnet_id = var.frontend_subnet_id
|
frontend_subnet_id = module.network.subnet_ids.frontend
|
||||||
backend_subnet_id = var.backend_subnet_id
|
backend_subnet_id = module.network.subnet_ids.backend
|
||||||
database_subnet_id = var.database_subnet_id
|
database_subnet_id = module.network.subnet_ids.database
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user