Skip to content

Commit 6ac368e

Browse files
fix: shortening CI cycle w PF skipping gcloud download
1 parent 7f149d7 commit 6ac368e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/setup/main.tf

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ module "project" {
1818
source = "terraform-google-modules/project-factory/google"
1919
version = "~> 9.0"
2020

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
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
26+
skip_gcloud_download = true
2627

2728
activate_apis = [
2829
"cloudresourcemanager.googleapis.com",

0 commit comments

Comments
 (0)