Skip to content

Commit b7f0244

Browse files
committed
fix lint
1 parent af88217 commit b7f0244

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/setup/main.tf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ module "project" {
6565
source = "terraform-google-modules/project-factory/google"
6666
version = "~> 18.0"
6767

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"
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"
7575

7676
activate_apis = tolist(toset(flatten(values(local.per_module_services))))
7777
}

0 commit comments

Comments
 (0)