From 5e3e6fc2fec21c17e9e9ca49d43f78dc51810546 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Fri, 28 Aug 2020 18:19:04 +0000 Subject: [PATCH] Add permission name. (#3927) Signed-off-by: Modular Magician --- .changelog/3927.txt | 3 +++ website/docs/r/google_project_service.html.markdown | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .changelog/3927.txt diff --git a/.changelog/3927.txt b/.changelog/3927.txt new file mode 100644 index 00000000000..8ec013c0699 --- /dev/null +++ b/.changelog/3927.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` diff --git a/website/docs/r/google_project_service.html.markdown b/website/docs/r/google_project_service.html.markdown index cdb0247c1dc..d3656c2b2b4 100644 --- a/website/docs/r/google_project_service.html.markdown +++ b/website/docs/r/google_project_service.html.markdown @@ -14,6 +14,8 @@ Allows management of a single API service for an existing Google Cloud Platform For a list of services available, visit the [API library page](https://console.cloud.google.com/apis/library) or run `gcloud services list`. +Requires [Service Usage API](https://console.cloud.google.com/apis/library/serviceusage.googleapis.com). + ## Example Usage ```hcl