github.com/GoogleCloudPlatform/terraformer@v0.8.18/docs/heroku.md (about)

     1  ### Use with Heroku
     2  
     3  Example:
     4  
     5  ```
     6  export HEROKU_EMAIL=[HEROKU_EMAIL]
     7  export HEROKU_API_KEY=[HEROKU_API_KEY]
     8  ./terraformer import heroku -r app,addon
     9  ```
    10  
    11  List of supported Heroku resources:
    12  
    13  *   `account_feature`
    14      * `heroku_account_feature`
    15  *   `addon`
    16      * `heroku_addon`
    17  *   `addon_attachment`
    18      * `heroku_addon_attachment`
    19  *   `app`
    20      * `heroku_app`
    21  *   `app_config_association`
    22      * `heroku_app_config_association`
    23  *   `app_feature`
    24      * `heroku_app_feature`
    25  *   `app_webhook`
    26      * `heroku_app_webhook`
    27  *   `build`
    28      * `heroku_build`
    29  *   `cert`
    30      * `heroku_cert`
    31  *   `domain`
    32      * `heroku_domain`
    33  *   `drain`
    34      * `heroku_drain`
    35  *   `formation`
    36      * `heroku_formation`
    37  *   `pipeline`
    38      * `heroku_pipeline`
    39  *   `pipeline_coupling`
    40      * `heroku_pipeline_coupling`
    41  *   `team_collaborator`
    42      * `heroku_team_collaborator`
    43  *   `team_member`
    44      * `heroku_team_member`
    45