forked from pierront/but3-iac
Suite
This commit is contained in:
@@ -30,8 +30,8 @@ module "compute" {
|
||||
instance_type = var.instance_type
|
||||
zone = var.zone
|
||||
frontend_subnet_id = module.network.subnet_ids.frontend
|
||||
backend_subnet_id = module.network.subnets_ids.backend
|
||||
database_subnet_id = module.network.subnets_ids.database
|
||||
backend_subnet_id = module.network.subnet_ids.backend
|
||||
database_subnet_id = module.network.subnet_ids.database
|
||||
}
|
||||
|
||||
module "iam" {
|
||||
|
||||
Reference in New Issue
Block a user