From 7630270ff45edf0aea0e2f757cb265fd309987d8 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Fri, 27 Jul 2018 17:01:38 -0700 Subject: [PATCH] Strengthen warning in google_project_services. (#1823) --- docs/r/google_project_services.html.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/r/google_project_services.html.markdown b/docs/r/google_project_services.html.markdown index 472704627ab..791c9df8756 100644 --- a/docs/r/google_project_services.html.markdown +++ b/docs/r/google_project_services.html.markdown @@ -15,9 +15,10 @@ 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 services list`. -~> **Note:** This resource attempts to be the authoritative source on which APIs are enabled, which can - lead to conflicts when certain APIs or actions enable other APIs. To just ensure that a specific - API is enabled, use the [google_project_service](google_project_service.html) resource. +~> **Note:** This resource attempts to be the authoritative source on *all* enabled APIs, which often + leads to conflicts when certain actions enable other APIs. If you do not need to ensure that + *exclusively* a particular set of APIs are enabled, you should most likely use the + [google_project_service](google_project_service.html) resource, one resource per API. ## Example Usage