Skip to content

Commit

Permalink
Add note on id format changes (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored Nov 12, 2019
1 parent 478abc0 commit 9aaab85
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ so Terraform knows to manage them.
<!-- TOC depthFrom:2 depthTo:2 -->

- [Provider Version Configuration](#provider-version-configuration)
- [ID Format Changes](#id-format-changes)
- [Data Source: `google_container_engine_versions`](#data-source-google_container_engine_versions)
- [Resource: `google_app_engine_application`](#resource-google_app_engine_application)
- [Resource: `google_cloudfunctions_function`](#resource-google_cloudfunctions_function)
Expand Down Expand Up @@ -118,6 +119,12 @@ provider "google" {
}
```


## ID Format Changes

ID formats on many resources have changed. ID formats have standardized on being similar to the `self_link` of
a resource. Users who depended on particular ID formats in previous versions may be impacted.

## Data Source: `google_container_engine_versions`

### `region` and `zone` are now removed
Expand Down

0 comments on commit 9aaab85

Please sign in to comment.