Skip to content

Commit

Permalink
chore: use random_project_id_length in tests (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Nov 29, 2022
1 parent 0c3efe9 commit aeb46ff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions test/setup/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2019 Google LLC
* Copyright 2019-2022 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -27,11 +27,12 @@ module "pfactory_project" {
source = "terraform-google-modules/project-factory/google"
version = "~> 14.0"

name = "ci-pfactory-tests"
random_project_id = true
org_id = var.org_id
folder_id = google_folder.ci_pfactory_folder.folder_id
billing_account = var.billing_account
name = "ci-pfactory-tests"
random_project_id = true
random_project_id_length = 4
org_id = var.org_id
folder_id = google_folder.ci_pfactory_folder.folder_id
billing_account = var.billing_account

activate_apis = [
"admin.googleapis.com",
Expand Down

0 comments on commit aeb46ff

Please sign in to comment.