Skip to content

Commit

Permalink
Small issue docs fix (integrations#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell authored Sep 13, 2022
1 parent 291abb9 commit 8d177f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/docs/r/issue.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ resource "github_issue" "test" {

The following arguments are supported:

* `owner` - (Required) Owner of the repository the issue belongs to.
* `owner` - (Required) Owner of the repository the issue belongs to

* `repository` - (Required) The GitHub repository name

* `title` - (Required) Title of the issue.
* `title` - (Required) Title of the issue

* `body` - (Optional) Title of the issue.
* `body` - (Optional) Body of the issue

* `labels` - (Optional) List of labels to attach to the issue.
* `labels` - (Optional) List of labels to attach to the issue

* `assignees` - (Optional) List of Logins to assign the to the issue.
* `assignees` - (Optional) List of Logins to assign the to the issue

* `milestone_number` - (Optional) Milestone number to assign to the issue

Expand Down

0 comments on commit 8d177f4

Please sign in to comment.