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 6a9c971 commit 315ddcaCopy full SHA for 315ddca
data.tf
@@ -1,10 +1,7 @@
1
locals {
2
tfc_workload_identity_workspaces = distinct(flatten([
3
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
- ]
+ for workspace in workspaces : "organization:${org}:project:${var.tfc_project_support_match}:workspace:${workspace}:run_phase:*"
8
]
9
]))
10
0 commit comments