forked from pierront/but3-iac
partie 3
This commit is contained in:
@@ -31,4 +31,10 @@ module "compute" {
|
||||
frontend_subnet_id = module.network.subnet_ids["frontend"]
|
||||
backend_subnet_id = module.network.subnet_ids["backend"]
|
||||
database_subnet_id = module.network.subnet_ids["database"]
|
||||
}
|
||||
|
||||
module "iam" {
|
||||
source = "../../modules/iam"
|
||||
|
||||
project_id = var.project_id
|
||||
}
|
||||
Reference in New Issue
Block a user