Skip to content

Commit a8c7ec3

Browse files
jaceknkfcampbell
andauthored
Add documentation for importing github_organization_block resources (#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]>
1 parent 5c28e97 commit a8c7ec3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

website/docs/r/organization_block.html.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ resource "github_organization_block" "example" {
2222
The following arguments are supported:
2323

2424
* `username` - (Required) The name of the user to block.
25+
26+
## Import
27+
28+
GitHub organization block can be imported using a username, e.g.
29+
30+
```
31+
$ terraform import github_github_organization_block.example someuser
32+
```

0 commit comments

Comments
 (0)