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 3bc0039 commit fa64eeeCopy full SHA for fa64eee
repository/main.tf
@@ -30,7 +30,7 @@ resource "github_repository" "this" {
30
auto_init = true
31
license_template = var.license_template
32
allow_update_branch = true
33
- allow_forking = var.private ? false : true
+ allow_forking = var.private ? null : true
34
topics = var.topics
35
is_template = var.is_template
36
dynamic "pages" {
0 commit comments