Skip to content

Commit 7219d28

Browse files
authored
Fix description of org_id in google_project_ancestry data source (GoogleCloudPlatform#15815)
1 parent 3947111 commit 7219d28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mmv1/third_party/terraform/website/docs/d/project_ancestry.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ See the [REST API](https://cloud.google.com/resource-manager/reference/rest/v1/p
1313

1414
```hcl
1515
data "google_project_ancestry" "example" {
16-
project_id = "example-project"
16+
project = "example-project"
1717
}
1818
```
1919

@@ -36,6 +36,6 @@ The following attributes are exported:
3636

3737
---
3838

39-
* `org_id` - The optional user-assigned display name of the project.
39+
* `org_id` - The organization id.
4040
* `parent_id` - The parent's id.
4141
* `parent_type` - One of `"folder"` or `"organization"`.

0 commit comments

Comments
 (0)