forked from pierront/but3-iac
IAM
This commit is contained in:
@@ -30,4 +30,9 @@ module "compute" {
|
|||||||
frontend_subnet_id = module.network.frontend_subnet_id
|
frontend_subnet_id = module.network.frontend_subnet_id
|
||||||
backend_subnet_id = module.network.backend_subnet_id
|
backend_subnet_id = module.network.backend_subnet_id
|
||||||
database_subnet_id = module.network.database_subnet_id
|
database_subnet_id = module.network.database_subnet_id
|
||||||
|
}
|
||||||
|
|
||||||
|
module "iam" {
|
||||||
|
source = "../../modules/iam"
|
||||||
|
projet_name = var.projet_name
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user