mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
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
|
||||
* `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
Block a user