Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigSchema = map[string]*schema.Attribute{ "endpoint": { Type: schema.TypeString, }, "username": { Type: schema.TypeString, }, "password": { Type: schema.TypeString, }, }
Functions ¶
func ConfigInstance ¶
func ConfigInstance() interface{}
Types ¶
type PluginConfig ¶
type PluginConfig struct { Endpoint *string `cty:"endpoint"` Username *string `cty:"username"` Password *string `cty:"password"` }
func GetConfig ¶
func GetConfig(connection *plugin.Connection) PluginConfig
Click to show internal directories.
Click to hide internal directories.