Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (*heroku.Service, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ added in v0.2.0 func Provider() terraform.ResourceProvider Provider returns a terraform.ResourceProvider. Types ¶ type Config ¶ type Config struct { Email string APIKey string } func (*Config) Client ¶ func (c *Config) Client() (*heroku.Service, error) Client() returns a new Service for accessing Heroku. Source Files ¶ View all Source files config.go provider.go resource_heroku_addon.go resource_heroku_app.go resource_heroku_cert.go resource_heroku_domain.go resource_heroku_drain.go Click to show internal directories. Click to hide internal directories.