Documentation ¶
Index ¶
- type Targets
- type TargetsAttributes
- func (t TargetsAttributes) InternalRef() (terra.Reference, error)
- func (t TargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TargetsAttributes) InternalWithRef(ref terra.Reference) TargetsAttributes
- func (t TargetsAttributes) Key() terra.StringValue
- func (t TargetsAttributes) Values() terra.ListValue[terra.StringValue]
- type TargetsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Targets ¶
type Targets struct { // Key: string, required Key terra.StringValue `hcl:"key,attr" validate:"required"` // Values: list of string, required Values terra.ListValue[terra.StringValue] `hcl:"values,attr" validate:"required"` }
type TargetsAttributes ¶
type TargetsAttributes struct {
// contains filtered or unexported fields
}
func (TargetsAttributes) InternalRef ¶
func (t TargetsAttributes) InternalRef() (terra.Reference, error)
func (TargetsAttributes) InternalTokens ¶
func (t TargetsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TargetsAttributes) InternalWithRef ¶
func (t TargetsAttributes) InternalWithRef(ref terra.Reference) TargetsAttributes
func (TargetsAttributes) Key ¶
func (t TargetsAttributes) Key() terra.StringValue
func (TargetsAttributes) Values ¶
func (t TargetsAttributes) Values() terra.ListValue[terra.StringValue]
type TargetsState ¶
Click to show internal directories.
Click to hide internal directories.