From 70e55920d60371f662b0a2ff51cae7c0e0fbcf41 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Wed, 5 Sep 2018 09:05:39 -0700 Subject: [PATCH] Improving billing logging sink docs --- website/docs/r/logging_billing_account_sink.html.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/r/logging_billing_account_sink.html.markdown b/website/docs/r/logging_billing_account_sink.html.markdown index eafc88e7..92e902d0 100644 --- a/website/docs/r/logging_billing_account_sink.html.markdown +++ b/website/docs/r/logging_billing_account_sink.html.markdown @@ -12,8 +12,10 @@ Manages a billing account logging sink. For more information see [the official documentation](https://cloud.google.com/logging/docs/) and [Exporting Logs in the API](https://cloud.google.com/logging/docs/api/tasks/exporting-logs). -Note that you must have the "Logs Configuration Writer" IAM role (`roles/logging.configWriter`) -granted to the credentials used with terraform. +~> **Note** You must have the "Logs Configuration Writer" IAM role (`roles/logging.configWriter`) +[granted on the billing account](https://cloud.google.com/billing/reference/rest/v1/billingAccounts/getIamPolicy) to +the credentials used with Terraform. [IAM roles granted on a billing account](https://cloud.google.com/billing/docs/how-to/billing-access) are separate from the +typical IAM roles granted on a project. ## Example Usage