Skip to content

Commit

Permalink
Strengthen warning in google_project_services. (hashicorp#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored Jul 28, 2018
1 parent 7d5b5b5 commit 7630270
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/r/google_project_services.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7630270

Please sign in to comment.