Skip to content

Commit

Permalink
docs: update fields with Required/Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
shihanng committed Aug 9, 2018
1 parent f1a04f4 commit 2ea7426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/organization_project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ resource "github_organization_project" "project" {

The following arguments are supported:

* `name` - The name of the project.
* `name` - (Required) The name of the project.

* `body` - The body of the project.
* `body` - (Optional) The body of the project.

## Attributes Reference

Expand Down

0 comments on commit 2ea7426

Please sign in to comment.