Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (*dynect.ConvenientClient, 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 { CustomerName string Username string Password string } func (*Config) Client ¶ func (c *Config) Client() (*dynect.ConvenientClient, error) Client() returns a new client for accessing dyn. Source Files ¶ View all Source files config.go provider.go resource_dyn_record.go Click to show internal directories. Click to hide internal directories.