From c5b1eed7e558cbd3f8e3ff1d41d77425845cb372 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Wed, 17 May 2017 10:41:45 -0700 Subject: [PATCH] Add mechanism for listing services in project_services docs (#14557) --- .../providers/google/r/google_project_services.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/providers/google/r/google_project_services.html.markdown b/website/source/docs/providers/google/r/google_project_services.html.markdown index 0637816a0..d6698f2a1 100644 --- a/website/source/docs/providers/google/r/google_project_services.html.markdown +++ b/website/source/docs/providers/google/r/google_project_services.html.markdown @@ -12,6 +12,9 @@ Allows management of enabled API services for an existing Google Cloud Platform project. Services in an existing project that are not defined in the config will be removed. +For a list of services available, visit the +[API library page](https://console.cloud.google.com/apis/library) or run `gcloud service-management list`. + ## Example Usage ```hcl