We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd2d41 commit b4ccabeCopy full SHA for b4ccabe
test/setup/main.tf
@@ -47,11 +47,12 @@ module "gke-project-1" {
47
source = "terraform-google-modules/project-factory/google"
48
version = "~> 14.0"
49
50
- name = "ci-gke-${random_id.random_project_id_suffix.hex}"
51
- random_project_id = true
52
- org_id = var.org_id
53
- folder_id = var.folder_id
54
- billing_account = var.billing_account
+ name = "ci-gke-${random_id.random_project_id_suffix.hex}"
+ random_project_id = true
+ random_project_id_length = 4
+ org_id = var.org_id
+ folder_id = var.folder_id
55
+ billing_account = var.billing_account
56
# due to https://github.com/hashicorp/terraform-provider-google/issues/9505 for AP
57
default_service_account = "keep"
58
0 commit comments