forked from pierront/but3-iac
commit
This commit is contained in:
@@ -33,3 +33,8 @@ module "compute" {
|
||||
database_subnet_id = module.network.subnets.backend
|
||||
|
||||
}
|
||||
|
||||
module "iam" {
|
||||
source = "../../modules/iam"
|
||||
project_id = var.project_id
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user