forked from pierront/but3-iac
fix/feature: fix compute & add iam
This commit is contained in:
@@ -31,4 +31,9 @@ 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