Skip to content

Commit

Permalink
Update headers in dataproc resource iam docs. (#4170) (#7705)
Browse files Browse the repository at this point in the history
* Update dataproc_job_iam.html.markdown

* Update dataproc_cluster_iam.html.markdown

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Nov 5, 2020
1 parent 2d4db7f commit 90cc750
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changelog/4170.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
6 changes: 3 additions & 3 deletions website/docs/r/dataproc_cluster_iam.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Three different resources help you manage IAM policies on dataproc clusters. Eac

~> **Note:** `google_dataproc_cluster_iam_binding` resources **can be** used in conjunction with `google_dataproc_cluster_iam_member` resources **only if** they do not grant privilege to the same role.

## google\_pubsub\_subscription\_iam\_policy
## google\_dataproc\_cluster\_iam\_policy

```hcl
data "google_iam_policy" "admin" {
Expand All @@ -39,7 +39,7 @@ resource "google_dataproc_cluster_iam_policy" "editor" {
}
```

## google\_pubsub\_subscription\_iam\_binding
## google\_dataproc\_cluster\_iam\_binding

```hcl
resource "google_dataproc_cluster_iam_binding" "editor" {
Expand All @@ -51,7 +51,7 @@ resource "google_dataproc_cluster_iam_binding" "editor" {
}
```

## google\_pubsub\_subscription\_iam\_member
## google\_dataproc\_cluster\_iam\_member

```hcl
resource "google_dataproc_cluster_iam_member" "editor" {
Expand Down
6 changes: 3 additions & 3 deletions website/docs/r/dataproc_job_iam.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Three different resources help you manage IAM policies on dataproc jobs. Each of

~> **Note:** `google_dataproc_job_iam_binding` resources **can be** used in conjunction with `google_dataproc_job_iam_member` resources **only if** they do not grant privilege to the same role.

## google\_pubsub\_subscription\_iam\_policy
## google\_dataproc\_job\_iam\_policy

```hcl
data "google_iam_policy" "admin" {
Expand All @@ -39,7 +39,7 @@ resource "google_dataproc_job_iam_policy" "editor" {
}
```

## google\_pubsub\_subscription\_iam\_binding
## google\_dataproc\_job\_iam\_binding

```hcl
resource "google_dataproc_job_iam_binding" "editor" {
Expand All @@ -51,7 +51,7 @@ resource "google_dataproc_job_iam_binding" "editor" {
}
```

## google\_pubsub\_subscription\_iam\_member
## google\_dataproc\_job\_iam\_member

```hcl
resource "google_dataproc_job_iam_member" "editor" {
Expand Down

0 comments on commit 90cc750

Please sign in to comment.