provider/heroku: document how to import an addon
This commit is contained in:
parent
c5bf7a7c60
commit
f583394e6f
|
@ -53,3 +53,11 @@ The following attributes are exported:
|
||||||
* `plan` - The plan name
|
* `plan` - The plan name
|
||||||
* `provider_id` - The ID of the plan provider
|
* `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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue