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 af88217 commit b7f0244Copy full SHA for b7f0244
test/setup/main.tf
@@ -65,13 +65,13 @@ module "project" {
65
source = "terraform-google-modules/project-factory/google"
66
version = "~> 18.0"
67
68
- name = "ci-bigquery"
69
- random_project_id = "true"
70
- org_id = var.org_id
71
- folder_id = var.folder_id
72
- billing_account = var.billing_account
73
- default_service_account = "keep"
74
- deletion_policy = "DELETE"
+ name = "ci-bigquery"
+ random_project_id = "true"
+ org_id = var.org_id
+ folder_id = var.folder_id
+ billing_account = var.billing_account
+ default_service_account = "keep"
+ deletion_policy = "DELETE"
75
76
activate_apis = tolist(toset(flatten(values(local.per_module_services))))
77
}
0 commit comments