This commit is contained in:
aissi
2025-12-04 11:50:07 +01:00
parent deb90640a0
commit e292f49d99
2 changed files with 5 additions and 5 deletions

View File

@@ -33,3 +33,8 @@ module "compute" {
database_subnet_id = module.network.subnets.backend
}
module "iam" {
source = "../../modules/iam"
project_id = var.project_id
}

View File

@@ -9,8 +9,3 @@ output "service_account_key" {
value = google_service_account_key.mykey.private_key
}
module "iam" {
source = "../../modules/iam"
project_id = var.project_id
}