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 b5506a2 commit bc1fc67Copy full SHA for bc1fc67
main.tf
@@ -1,6 +1,7 @@
1
provider "github" {
2
token = var.github_token != "" ? var.github_token : null
3
organization = var.github_organization
4
+ anonymous = var.github_token != "" ? false : true
5
}
6
7
resource "github_repository_webhook" "default" {
0 commit comments