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.go provider.go resource_profitbricks_datacenter.go resource_profitbricks_firewall.go resource_profitbricks_ipblock.go resource_profitbricks_lan.go resource_profitbricks_loadbalancer.go resource_profitbricks_nic.go resource_profitbricks_server.go resource_profitbricks_volume.go Click to show internal directories. Click to hide internal directories.