From 9c95a332cb58d106a750ab355c73348852798cee Mon Sep 17 00:00:00 2001 From: Dave Walter Date: Thu, 26 Jan 2017 18:16:27 -0800 Subject: [PATCH] Remove duplicate google_project.project_id argument reference. (#11449) Signed-off-by: Kevin Kelani --- .../docs/providers/google/r/google_project.html.markdown | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/docs/providers/google/r/google_project.html.markdown b/website/source/docs/providers/google/r/google_project.html.markdown index 3112042a5..2fdcf2751 100755 --- a/website/source/docs/providers/google/r/google_project.html.markdown +++ b/website/source/docs/providers/google/r/google_project.html.markdown @@ -45,9 +45,6 @@ The following arguments are supported: versions of Terraform. The `project_id` attribute should be used instead. See [below](#id-field) for more information about its behaviour. -* `project_id` - (Required) The project ID. - Changing this forces a new project to be created. - * `org_id` - (Optional) The numeric ID of the organization this project belongs to. This is required if you are creating a new project. Changing this forces a new project to be created.