Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (*Config, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() terraform.ResourceProvider Provider returns a schema.Provider for DigitalOcean. Types ¶ type Config ¶ type Config struct { Username string Password string Retries int } func (*Config) Client ¶ func (c *Config) Client() (*Config, error) Client() returns a new client for accessing digital ocean. Source Files ¶ View all Source files config.goprovider.goresource_profitbricks_datacenter.goresource_profitbricks_firewall.goresource_profitbricks_ipblock.goresource_profitbricks_lan.goresource_profitbricks_loadbalancer.goresource_profitbricks_nic.goresource_profitbricks_server.goresource_profitbricks_volume.go Click to show internal directories. Click to hide internal directories.