diff --git a/website/docs/r/organization_block.html.markdown b/website/docs/r/organization_block.html.markdown index 0d61a4ee50..333b1ca48b 100644 --- a/website/docs/r/organization_block.html.markdown +++ b/website/docs/r/organization_block.html.markdown @@ -22,3 +22,11 @@ resource "github_organization_block" "example" { The following arguments are supported: * `username` - (Required) The name of the user to block. + +## Import + +GitHub organization block can be imported using a username, e.g. + +``` +$ terraform import github_github_organization_block.example someuser +```