Skip to content

Commit

Permalink
Add docs for disallowing biquery-json service (#2627)
Browse files Browse the repository at this point in the history
Merged PR #2627.
  • Loading branch information
rileykarson authored and modular-magician committed Nov 11, 2019
1 parent 3dcdd29 commit 1857ae4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
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 1857ae4

Please sign in to comment.