Skip to content

Commit

Permalink
add pubsub long name info to upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow committed Nov 12, 2019
1 parent 36f1209 commit 8055c81
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ so Terraform knows to manage them.
- [Resource: `google_container_cluster`](#resource-google_container_cluster)
- [Resource: `google_project_service`](#resource-google_project_service)
- [Resource: `google_project_services`](#resource-google_project_services)
- [Resource: `google_pubsub_subscription`](#resource-google_pubsub_subscription)

<!-- /TOC -->

Expand Down Expand Up @@ -370,3 +371,10 @@ resource "google_project_service" "project_cloudresourcemanager" {
disable_on_destroy = false
}
```

## Resource: `google_pubsub_subscription`

### `name` must now be a short name

`name` previously could have been specified by a long name (e.g. `projects/my-project/subscriptions/my-subscription`)
or a shortname (e.g. `my-subscription`). `name` now must be the shortname.

0 comments on commit 8055c81

Please sign in to comment.