Skip to content

Commit

Permalink
provider/google: better visibility for compute_region_backend_service (
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow authored and stack72 committed May 9, 2017
1 parent d4bb835 commit 1438eac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func resourceComputeBackendService() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Removed: "region has been removed as it was never used",
Removed: "region has been removed as it was never used. For internal load balancing, use google_compute_region_backend_service",
},

"self_link": &schema.Schema{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: |-

A Backend Service defines a group of virtual machines that will serve traffic for load balancing.

For internal load balancing, use a [google_compute_region_backend_service](/docs/providers/google/r/compute_region_backend_service.html).

## Example Usage

```hcl
Expand Down

0 comments on commit 1438eac

Please sign in to comment.