forked from pierront/but3-iac
IAM
This commit is contained in:
@@ -31,3 +31,8 @@ module "compute" {
|
||||
backend_subnet_id = module.network.backend_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