From 4911f9b9b426222d6e51388bf64c10a1f1903b9b Mon Sep 17 00:00:00 2001 From: Shi Han NG Date: Thu, 9 Aug 2018 09:05:40 +0900 Subject: [PATCH] docs: update fields with Required/Optional --- website/docs/r/organization_project.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/organization_project.html.markdown b/website/docs/r/organization_project.html.markdown index 4bb8a2163f..e408004e1f 100644 --- a/website/docs/r/organization_project.html.markdown +++ b/website/docs/r/organization_project.html.markdown @@ -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) he body of the project. ## Attributes Reference