diff --git a/.changelog/4170.txt b/.changelog/4170.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/4170.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/website/docs/r/dataproc_cluster_iam.html.markdown b/website/docs/r/dataproc_cluster_iam.html.markdown index 288da1ecd0f..afbc46154ac 100644 --- a/website/docs/r/dataproc_cluster_iam.html.markdown +++ b/website/docs/r/dataproc_cluster_iam.html.markdown @@ -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" { @@ -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" { @@ -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" { diff --git a/website/docs/r/dataproc_job_iam.html.markdown b/website/docs/r/dataproc_job_iam.html.markdown index e8811a7b3f1..a08da44861b 100644 --- a/website/docs/r/dataproc_job_iam.html.markdown +++ b/website/docs/r/dataproc_job_iam.html.markdown @@ -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" { @@ -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" { @@ -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" {