Skip to content

Commit

Permalink
Add documentation for importing github_organization_block resources (#…
Browse files Browse the repository at this point in the history
…1995)

This PR adds missing documentation for importing github_organization_block
resources.
I tested the syntax and it worked for me.

Co-authored-by: Keegan Campbell <[email protected]>
  • Loading branch information
jacekn and kfcampbell authored Nov 7, 2023
1 parent 5c28e97 commit a8c7ec3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/r/organization_block.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit a8c7ec3

Please sign in to comment.