Skip to content

Commit 14c6a53

Browse files
author
sameer-in
committed
precommit change
1 parent 0522350 commit 14c6a53

File tree

1 file changed

+1
-1
lines changed
  • modules/services/cloud-bench-workload-identity

1 file changed

+1
-1
lines changed

modules/services/cloud-bench-workload-identity/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data "google_projects" "all_projects" {
88

99
data "google_project" "project" {
1010
for_each = {
11-
for project_id in local.project_ids : project_id => project_id
11+
for project_id in local.project_ids : project_id => project_id
1212
}
1313
project_id = each.key
1414
}

0 commit comments

Comments
 (0)