Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (*dnsmadeeasy.Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() terraform.ResourceProvider Provider provides a Provider... Types ¶ type Config ¶ type Config struct { AKey string SKey string UseSandbox bool } Config contains DNSMadeEasy provider settings func (*Config) Client ¶ func (c *Config) Client() (*dnsmadeeasy.Client, error) Client returns a new client for accessing DNSMadeEasy Source Files ¶ View all Source files config.go provider.go resource_dme_record.go Click to show internal directories. Click to hide internal directories.