Heroku Source Plugin Configuration Reference
Example
This example connects a Heroku account to a Postgres destination. The (top level) source spec section is described in the Source Spec Reference.
kind: source
spec: # Common source spec section
name: heroku
path: cloudquery/heroku
version: "v3.1.3"
tables: ["*"]
destinations: ["postgresql"]
spec: # Heroku specific section
token: <YOUR_TOKEN_HERE>
Heroku Spec
This is the (nested) spec used by the Heroku source plugin.
-
token
(string, required)Heroku API token. See the Authentication section on how to generate it.