Strengthen warning in google_project_services. (#1823)

This commit is contained in:
Nathan McKinley 2018-07-27 17:01:38 -07:00 committed by GitHub
parent a6e1ecad7a
commit 830ffeb7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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