Skip to content

Commit f6877e1

Browse files
authored
Update upgrading.md (#333)
1 parent 1910caf commit f6877e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/upgrading.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ resource "heroku_addon" "example" {
4444
}
4545
```
4646

47-
### 2. Replace `heroku_app` data source result references with `app_id`
47+
### 2. Replace `heroku_app` data source result references with `id`
4848

49-
If you use this data source, its app ID output has changed from `app` to `app_id`.
49+
The app data source `id` attribute now contains the app UUID, not the app name. As long as `id` is used for `app_id` references, then no further configuration changes are required. Setting `app_id` references from `name` is no longer allowed, and must be updated to `id`, like `data.heroku_app.example.id`.
5050

5151
## Verify configuration changes
5252

0 commit comments

Comments
 (0)