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.
2 parents d3bc3e8 + fa64eee commit 5411b97Copy full SHA for 5411b97
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