This resource allows you to create and manage blocks for GitHub organizations.
resource "github_organization_block" "example" {
username = "paultyng"
}
The following arguments are supported:
username
- (Required) The name of the user to block.GitHub organization block can be imported using a username, e.g.
$ terraform import github_github_organization_block.example someuser