Skip to content

Commit a9667f5

Browse files
Remove duplicate line (#4955) (#3412)
I saw a duplicate line. Thanks. Signed-off-by: Modular Magician <[email protected]>
1 parent 4fa2e11 commit a9667f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.changelog/4955.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/google_project_iam.html.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Four different resources help you manage your IAM policy for a project. Each of
1818

1919
~> **Note:** `google_project_iam_policy` **cannot** be used in conjunction with `google_project_iam_binding`, `google_project_iam_member`, or `google_project_iam_audit_config` or they will fight over what your policy should be.
2020

21-
~> **Note:** `google_project_iam_policy` **cannot** be used in conjunction with `google_project_iam_binding`, `google_project_iam_member`, or `google_project_iam_audit_config` or they will fight over what your policy should be.
22-
2321
~> **Note:** `google_project_iam_binding` resources **can be** used in conjunction with `google_project_iam_member` resources **only if** they do not grant privilege to the same role.
2422

2523
~> **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,

0 commit comments

Comments
 (0)