Is organization property is mandatory in Github provider

Hello All, I am trying to create repository from terraform into my github account. In terraform file , I marked individual argument as true in github provider and I am not using organization property. When i try to create repository through “github_repositories” resource, I am getting an error : “This resource requires GITHUB organization to be set on the provider”. So what value i have to pass in organization argument. Please help me out.

Creating personal repositories is not supported yet. https://github.com/terraform-providers/terraform-provider-github/issues/45 Support for them is committed, but not released. Wait for v2.9.0 or try latest version from source.