provider/heroku: document how to import an addon

This commit is contained in:
clint shryock 2017-05-24 14:26:37 -05:00
parent c5bf7a7c60
commit f583394e6f
1 changed files with 8 additions and 0 deletions

View File

@ -53,3 +53,11 @@ The following attributes are exported:
* `plan` - The plan name
* `provider_id` - The ID of the plan provider
## Import
Addons can be imported using the Addon `id`, e.g.
```
$ terraform import heroku_addon.foobar 12345678
```