Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
nat-henderson authored and modular-magician committed Feb 10, 2020
1 parent d1b13dd commit 8b3387e
Show file tree
Hide file tree
Showing 39 changed files with 4 additions and 105 deletions.
3 changes: 0 additions & 3 deletions .changelog/3007.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3014.txt

This file was deleted.

9 changes: 0 additions & 9 deletions .changelog/3033.txt

This file was deleted.

Empty file removed .changelog/3037.txt
Empty file.
3 changes: 0 additions & 3 deletions .changelog/3038.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3039.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3040.txt

This file was deleted.

2 changes: 0 additions & 2 deletions .changelog/3041.txt

This file was deleted.

Empty file removed .changelog/3042.txt
Empty file.
3 changes: 0 additions & 3 deletions .changelog/3044.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3045.txt

This file was deleted.

Empty file removed .changelog/3051.txt
Empty file.
3 changes: 0 additions & 3 deletions .changelog/3052.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3056.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3057.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3058.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3062.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3063.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3064.txt

This file was deleted.

Empty file removed .changelog/3065.txt
Empty file.
3 changes: 0 additions & 3 deletions .changelog/3066.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3067.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3068.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3069.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3070.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3071.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3077.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3078.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3083.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3089.txt

This file was deleted.

Empty file removed .changelog/3090.txt
Empty file.
3 changes: 0 additions & 3 deletions .changelog/3091.txt

This file was deleted.

Empty file removed .changelog/3093.txt
Empty file.
3 changes: 0 additions & 3 deletions .changelog/3094.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3095.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3096.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3097.txt

This file was deleted.

3 changes: 0 additions & 3 deletions .changelog/3100.txt

This file was deleted.

8 changes: 4 additions & 4 deletions website/docs/d/google_iam_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ description: |-
Generates an IAM policy document that may be referenced by and applied to
other Google Cloud Platform resources, such as the `google_project` resource.

**Note:** Several restrictions apply when setting IAM policies through this API.
See the [setIamPolicy docs](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy)
for a list of these restrictions.

```hcl
data "google_iam_policy" "admin" {
binding {
Expand Down Expand Up @@ -53,10 +57,6 @@ This data source is used to define IAM policies to apply to other resources.
Currently, defining a policy through a datasource and referencing that policy
from another resource is the only way to apply an IAM policy to a resource.

**Note:** Several restrictions apply when setting IAM policies through this API.
See the [setIamPolicy docs](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy)
for a list of these restrictions.

## Argument Reference

The following arguments are supported:
Expand Down

0 comments on commit 8b3387e

Please sign in to comment.