We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f149d7 commit 6ac368eCopy full SHA for 6ac368e
test/setup/main.tf
@@ -18,11 +18,12 @@ module "project" {
18
source = "terraform-google-modules/project-factory/google"
19
version = "~> 9.0"
20
21
- name = "ci-org-policy"
22
- random_project_id = true
23
- org_id = var.org_id
24
- folder_id = var.folder_id
25
- billing_account = var.billing_account
+ name = "ci-org-policy"
+ random_project_id = true
+ org_id = var.org_id
+ folder_id = var.folder_id
+ billing_account = var.billing_account
26
+ skip_gcloud_download = true
27
28
activate_apis = [
29
"cloudresourcemanager.googleapis.com",
0 commit comments