Skip to content

Commit

Permalink
Fixed typos in website for google_iam_testable_permissions (#3574) (#…
Browse files Browse the repository at this point in the history
…6479)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored May 27, 2020
1 parent f76f032 commit 902d4ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changelog/3574.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
subcategory: "Cloud Platform"
layout: "google"
page_title: "Google: google_projects"
page_title: "Google: google_iam_testable_permissions"
sidebar_current: "docs-google-datasource-iam-testable-permissions"
description: |-
Retrieve a list of testable permissions for a resource. Testable permissions mean the permissions that user can add or remove in a role at a given resource. The resource can be referenced either via the full resource name or via a URI.
Expand All @@ -11,7 +11,9 @@ description: |-

Retrieve a list of testable permissions for a resource. Testable permissions mean the permissions that user can add or remove in a role at a given resource. The resource can be referenced either via the full resource name or via a URI.

## Example Usage - searching for projects about to be deleted in an org
## Example Usage

Retrieve all the supported permissions able to be set on `my-project` that are in either GA or BETA. This is useful for dynamically constructing custom roles.

```hcl
data "google_iam_testable_permissions" "perms" {
Expand Down
2 changes: 1 addition & 1 deletion website/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
</li>

<li>
<a href="/docs/providers/google/d/datasource_iam_testable_permissions.html">google_projects</a>
<a href="/docs/providers/google/d/datasource_iam_testable_permissions.html">google_iam_testable_permissions</a>
</li>

<li>
Expand Down

0 comments on commit 902d4ed

Please sign in to comment.