» github_organization_block

This resource allows you to create and manage blocks for GitHub organizations.

» Example Usage

resource "github_organization_block" "example" {
  username = "paultyng"
}

» Argument Reference

The following arguments are supported:

  • username - (Required) The name of the user to block.