Skip to content

Commit 4207883

Browse files
authored
Update locals.tf
1 parent c89d6b2 commit 4207883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/locals.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ locals {
7070
required_status_checks = try([config.required_status_checks], [])
7171
})
7272
]
73-
]): lower("${item.repository}:${item.username}") => item...
73+
]): lower("${item.repository}:${item.pattern}") => item...
7474
}
7575
}
7676
"github_team" = {
@@ -107,7 +107,7 @@ locals {
107107
}
108108
]
109109
])
110-
]): lower("${item.repository}:${item.username}") => item...
110+
]): lower("${item.team}:${item.username}") => item...
111111
}
112112
}
113113
"github_repository_file" = {
@@ -120,7 +120,7 @@ locals {
120120
content = try(file("${path.module}/../files/${config.content}"), config.content)
121121
})
122122
]
123-
]): lower("${item.repository}/${item.path}") => item...
123+
]): lower("${item.repository}/${item.file}") => item...
124124
}
125125
}
126126
"github_issue_label" = {

0 commit comments

Comments
 (0)