Skip to content

Commit 418b9cc

Browse files
committed
Setting a default update_mask for all log sinks
[According to log sink documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/sinks/update) the api will eventually throw an error if update mask isn't provided. The default specified here is what the api is currently using when an empty mask is passed.
1 parent 99bfa1b commit 418b9cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/r/logging_project_sink.html.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Manages a project-level logging sink. For more information see
1414
and
1515
[API](https://cloud.google.com/logging/docs/reference/v2/rest/).
1616

17-
Note that you must have the "Logs Configuration Writer" IAM role (`roles/logging.configWriter`)
18-
granted to the credentials used with terraform.
17+
~> **Note:** You must have [granted the "Logs Configuration Writer"](https://cloud.google.com/logging/docs/access-control) IAM role (`roles/logging.configWriter`) to the credentials used with terraform.
18+
19+
~> **Note** You must [enable the Cloud Resource Manager API](https://console.cloud.google.com/apis/library/cloudresourcemanager.googleapis.com)
1920

2021
## Example Usage
2122

0 commit comments

Comments
 (0)