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