From a99dbdc6cbaa44742e9e1e4d3286dfeca94c5c93 Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Thu, 3 Dec 2020 13:40:23 -0800 Subject: [PATCH] Correct documentation for google_service_account_iam (#7874) Fixes #7778 --- website/docs/r/google_service_account_iam.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/google_service_account_iam.html.markdown b/website/docs/r/google_service_account_iam.html.markdown index 75eea008302..2478e246454 100644 --- a/website/docs/r/google_service_account_iam.html.markdown +++ b/website/docs/r/google_service_account_iam.html.markdown @@ -9,7 +9,7 @@ description: |- # IAM policy for service account -When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource **to configure permissions for who can edit the service account**. To configure permissions for a service account to act as an identity that can manage other GCP resources, use the [google_project_iam](google_project_iam.html) set of resources. +When managing IAM roles, you can treat a service account either as a resource or as an identity. This resource is to add iam policy bindings to a service account resource, such as allowing the members to run operations as or modify the service account. To configure permissions for a service account on other GCP resources, use the [google_project_iam](google_project_iam.html) set of resources. Three different resources help you manage your IAM policy for a service account. Each of these resources serves a different use case: