Skip to content

Commit

Permalink
Updated Description for parent. Fix for b/341928138 (#10763) (#7424)
Browse files Browse the repository at this point in the history
[upstream:71bb70818eff5d9b038e97fb755a0212f369659c]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed May 28, 2024
1 parent 6ac120f commit dd3ef6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Format: calculate the time in seconds and concatenate it with 's' i.e. 2 hours =
Type: schema.TypeString,
Required: true,
ForceNew: true,
Description: `Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}`,
Description: `Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}`,
},
"privileged_access": {
Type: schema.TypeList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The following arguments are supported:

* `parent` -
(Required)
Format: project/{project_id} or organization/{organization_number} or folder/{folder_number}
Format: projects/{project-id|project-number} or organizations/{organization-number} or folders/{folder-number}


<a name="nested_eligible_users"></a>The `eligible_users` block supports:
Expand Down

0 comments on commit dd3ef6c

Please sign in to comment.