Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandLineVariable ¶
type CommandLineVariables ¶
type CommandLineVariables []CommandLineVariable
func (*CommandLineVariables) Set ¶
func (i *CommandLineVariables) Set(value string) error
func (*CommandLineVariables) String ¶
func (i *CommandLineVariables) String() string
func (*CommandLineVariables) Type ¶
func (i *CommandLineVariables) Type() string
type Variable ¶
type Variable struct {
Name string `hcl:"name,label"`
Default hcl.Expression `hcl:"default"`
Type hcl.Expression `hcl:"type"`
}
func (Variable) GetDefaultValueFunction ¶
func (v Variable) GetDefaultValueFunction() func(common.CloudProvider) cty.Value
Click to show internal directories.
Click to hide internal directories.