From 00e19b1499c60706a2726ba66d0ff619877c6b9e Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Thu, 5 Nov 2020 00:31:23 +0000 Subject: [PATCH] Update headers in dataproc resource iam docs. (#4170) * Update dataproc_job_iam.html.markdown * Update dataproc_cluster_iam.html.markdown Signed-off-by: Modular Magician --- .changelog/4170.txt | 3 +++ website/docs/r/dataproc_cluster_iam.html.markdown | 6 +++--- website/docs/r/dataproc_job_iam.html.markdown | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 .changelog/4170.txt diff --git a/.changelog/4170.txt b/.changelog/4170.txt new file mode 100644 index 0000000000..8ec013c069 --- /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 288da1ecd0..afbc46154a 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 e8811a7b3f..a08da44861 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" {