Skip to content

Commit 315ddca

Browse files
committed
Remove legacy format since projects is released to all
1 parent 6a9c971 commit 315ddca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

data.tf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
locals {
22
tfc_workload_identity_workspaces = distinct(flatten([
33
for org, workspaces in var.tfc_workload_identity_workspaces : [
4-
for workspace in workspaces : [
5-
"organization:${org}:workspace:${workspace}:run_phase:*",
6-
"organization:${org}:project:${var.tfc_project_support_match}:workspace:${workspace}:run_phase:*",
7-
]
4+
for workspace in workspaces : "organization:${org}:project:${var.tfc_project_support_match}:workspace:${workspace}:run_phase:*"
85
]
96
]))
107

0 commit comments

Comments
 (0)