Remove Service Account key generation
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
642ebfe9e9
commit
c1ab3bf710
@@ -55,10 +55,9 @@ module "host-project" {
|
||||
}
|
||||
|
||||
module "m4ce-service-account" {
|
||||
source = "../../../../modules/iam-service-account"
|
||||
project_id = module.host-project.project_id
|
||||
name = "m4ce-sa"
|
||||
generate_key = true
|
||||
source = "../../../../modules/iam-service-account"
|
||||
project_id = module.host-project.project_id
|
||||
name = "m4ce-sa"
|
||||
}
|
||||
|
||||
module "target-projects" {
|
||||
|
||||
@@ -55,10 +55,9 @@ module "landing-project" {
|
||||
}
|
||||
|
||||
module "m4ce-service-account" {
|
||||
source = "../../../../modules/iam-service-account"
|
||||
project_id = module.landing-project.project_id
|
||||
name = "m4ce-sa"
|
||||
generate_key = true
|
||||
source = "../../../../modules/iam-service-account"
|
||||
project_id = module.landing-project.project_id
|
||||
name = "m4ce-sa"
|
||||
}
|
||||
|
||||
module "landing-vpc" {
|
||||
|
||||
Reference in New Issue
Block a user