Skip to content

Commit

Permalink
Add docs for disallowing biquery-json service (#4845)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored and rileykarson committed Nov 11, 2019
1 parent d8eeb0b commit 94eb8e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/guides/version_3_upgrade.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ so Terraform knows to manage them.

<!-- TOC depthFrom:2 depthTo:2 -->
- [Resource: `google_container_cluster`](#resource-google_container_cluster)
- [Resource: `google_project_service`](#resource-google_project_service)
- [Resource: `google_project_services`](#resource-google_project_services)

<!-- /TOC -->
Expand Down Expand Up @@ -288,6 +289,15 @@ introducing an incompatibility for users who specify config in JSON instead of
HCL or who use `dynamic` blocks. See more details in the [Attributes as Blocks](https://www.terraform.io/docs/configuration/attr-as-blocks.html)
documentation.

## Resource: `google_project_service`

### `bigquery-json.googleapis.com` service can no longer be specified

`bigquery-json.googleapis.com` is being renamed to `bigquery.googleapis.com` in
the upstream API. As a result, `bigquery-json.googleapis.com` has been
disallowed. Instead, please use `bigquery.googleapis.com`. The provider will
automatically convert between them as the upstream API migration continues.

## Resource: `google_project_services`

### `google_project_services` has been removed from the provider
Expand Down

0 comments on commit 94eb8e9

Please sign in to comment.