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:

Import

GitHub organization block can be imported using a username, e.g.

$ terraform import github_github_organization_block.example someuser