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 2cd4c56 commit 5f09275Copy full SHA for 5f09275
main.tf
@@ -246,7 +246,7 @@ resource "github_branch_protection" "this" {
246
]
247
248
for_each = local.output.branch_protection
249
- repository_id = github_repository.this.node_id
+ repository_id = github_repository.this.name
250
pattern = each.key
251
enforce_admins = each.value.enforce_admins
252
allows_deletions = each.value.allows_deletions
0 commit comments