Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider func WaitForDropletAttribute(d *schema.ResourceData, target string, pending []string, attribute string, ...) (interface{}, error) type Config func (c *Config) Client() (*godo.Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ added in v0.2.2 func Provider() terraform.ResourceProvider Provider returns a schema.Provider for DigitalOcean. func WaitForDropletAttribute ¶ func WaitForDropletAttribute( d *schema.ResourceData, target string, pending []string, attribute string, meta interface{}) (interface{}, error) Types ¶ type Config ¶ type Config struct { Token string } func (*Config) Client ¶ func (c *Config) Client() (*godo.Client, error) Client() returns a new client for accessing digital ocean. Source Files ¶ View all Source files config.go provider.go resource_digitalocean_domain.go resource_digitalocean_droplet.go resource_digitalocean_floating_ip.go resource_digitalocean_record.go resource_digitalocean_ssh_key.go Click to show internal directories. Click to hide internal directories.