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