Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider func WaitForVirtualMachineAttribute(d *schema.ResourceData, target string, pending []string, attribute string, ...) (interface{}, error) type Config func (c *Config) Client() (*client.BaseClient, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() terraform.ResourceProvider Provider returns a schema.Provider for Previder. func WaitForVirtualMachineAttribute ¶ func WaitForVirtualMachineAttribute( d *schema.ResourceData, target string, pending []string, attribute string, meta interface{}) (interface{}, error) Types ¶ type Config ¶ type Config struct { Token string Url string } func (*Config) Client ¶ func (c *Config) Client() (*client.BaseClient, error) Source Files ¶ View all Source files config.go provider.go resource_previder_dnsrecord.go resource_previder_sshkey.go resource_previder_virtualmachine.go resource_previder_virtualnetwork.go Click to show internal directories. Click to hide internal directories.