Skip to content

Commit

Permalink
Keeps default service account enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
amandakarina committed Jun 10, 2022
1 parent e48ac5e commit 064d3db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ module "project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 10.0"

name = "ci-cloud-run"
random_project_id = "true"
org_id = var.org_id
folder_id = var.folder_id
billing_account = var.billing_account
name = "ci-cloud-run"
random_project_id = "true"
org_id = var.org_id
folder_id = var.folder_id
billing_account = var.billing_account
default_service_account = "keep"

activate_apis = [
"cloudresourcemanager.googleapis.com",
"storage-api.googleapis.com",
"serviceusage.googleapis.com",
"run.googleapis.com",
"cloudkms.googleapis.com",
"iam.googleapis.com",
"compute.googleapis.com"
"iam.googleapis.com"
]
}

0 comments on commit 064d3db

Please sign in to comment.