Skip to content

Commit 7a04dac

Browse files
authored
Add dependency on repository collaborators resource (#13)
1 parent 5942309 commit 7a04dac

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ resource "github_repository_environment" "default" {
178178
custom_branch_policies = !deployment_branch_policy.value.protected_branches
179179
}
180180
}
181+
182+
depends_on = [
183+
github_repository_collaborators.default
184+
]
181185
}
182186

183187
locals {

0 commit comments

Comments
 (0)