We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1b8b7 commit a051d80Copy full SHA for a051d80
github.tf
@@ -38,7 +38,7 @@ data "local_file" "repo_permissions" {
38
}
39
40
locals {
41
- users = jsondecode(data.local_file.users.content)
+ users = jsondecode(data.local_file.users.content)
42
teams = jsondecode(data.local_file.teams.content)
43
repos = jsondecode(data.local_file.repos.content)
44
repo_permissions = jsondecode(data.local_file.repo_permissions.content)
0 commit comments