Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureProvider ¶
func ConfigureProvider(terraformVersion *string) schema.ConfigureContextFunc
ConfigureProvider will configure the *schema.Provider so that *management.Management client and *mutex.KeyValue is stored and passed into the subsequent resources as the meta parameter.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config is the type used for the *schema.Provider meta parameter.
func (*Config) GetAPI ¶
func (c *Config) GetAPI() *management.Management
GetAPI fetches an instance of the *management.Management client.
Click to show internal directories.
Click to hide internal directories.