File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ resource "github_issue" "test" {
6262
6363The following arguments are supported:
6464
65- * ` owner ` - (Required) Owner of the repository the issue belongs to.
65+ * ` owner ` - (Required) Owner of the repository the issue belongs to
6666
6767* ` repository ` - (Required) The GitHub repository name
6868
69- * ` title ` - (Required) Title of the issue.
69+ * ` title ` - (Required) Title of the issue
7070
71- * ` body ` - (Optional) Title of the issue.
71+ * ` body ` - (Optional) Body of the issue
7272
73- * ` labels ` - (Optional) List of labels to attach to the issue.
73+ * ` labels ` - (Optional) List of labels to attach to the issue
7474
75- * ` assignees ` - (Optional) List of Logins to assign the to the issue.
75+ * ` assignees ` - (Optional) List of Logins to assign the to the issue
7676
7777* ` milestone_number ` - (Optional) Milestone number to assign to the issue
7878
You can’t perform that action at this time.
0 commit comments