Skip to content

Commit fa64eee

Browse files
committed
forking fix
1 parent 3bc0039 commit fa64eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ resource "github_repository" "this" {
3030
auto_init = true
3131
license_template = var.license_template
3232
allow_update_branch = true
33-
allow_forking = var.private ? false : true
33+
allow_forking = var.private ? null : true
3434
topics = var.topics
3535
is_template = var.is_template
3636
dynamic "pages" {

0 commit comments

Comments
 (0)