Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (*mailgun.Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() terraform.ResourceProvider Provider returns a terraform.ResourceProvider. Types ¶ type Config ¶ type Config struct { APIKey string } func (*Config) Client ¶ func (c *Config) Client() (*mailgun.Client, error) Client() returns a new client for accessing mailgun. Source Files ¶ View all Source files config.go provider.go resource_mailgun_domain.go Click to show internal directories. Click to hide internal directories.