Documentation ¶
Index ¶
- type EvaluationRules
- type EvaluationRulesAttributes
- func (er EvaluationRulesAttributes) InternalRef() (terra.Reference, error)
- func (er EvaluationRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (er EvaluationRulesAttributes) InternalWithRef(ref terra.Reference) EvaluationRulesAttributes
- func (er EvaluationRulesAttributes) Name() terra.StringValue
- func (er EvaluationRulesAttributes) Type() terra.StringValue
- type EvaluationRulesState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type Value
- type ValueAttributes
- func (v ValueAttributes) BoolValue() terra.StringValue
- func (v ValueAttributes) DoubleValue() terra.StringValue
- func (v ValueAttributes) InternalRef() (terra.Reference, error)
- func (v ValueAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v ValueAttributes) InternalWithRef(ref terra.Reference) ValueAttributes
- func (v ValueAttributes) LongValue() terra.StringValue
- func (v ValueAttributes) StringValue() terra.StringValue
- type ValueState
- type Variations
- type VariationsAttributes
- func (v VariationsAttributes) InternalRef() (terra.Reference, error)
- func (v VariationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v VariationsAttributes) InternalWithRef(ref terra.Reference) VariationsAttributes
- func (v VariationsAttributes) Name() terra.StringValue
- func (v VariationsAttributes) Value() terra.ListValue[ValueAttributes]
- type VariationsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluationRules ¶
type EvaluationRules struct{}
type EvaluationRulesAttributes ¶
type EvaluationRulesAttributes struct {
// contains filtered or unexported fields
}
func (EvaluationRulesAttributes) InternalRef ¶
func (er EvaluationRulesAttributes) InternalRef() (terra.Reference, error)
func (EvaluationRulesAttributes) InternalTokens ¶
func (er EvaluationRulesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EvaluationRulesAttributes) InternalWithRef ¶
func (er EvaluationRulesAttributes) InternalWithRef(ref terra.Reference) EvaluationRulesAttributes
func (EvaluationRulesAttributes) Name ¶
func (er EvaluationRulesAttributes) Name() terra.StringValue
func (EvaluationRulesAttributes) Type ¶
func (er EvaluationRulesAttributes) Type() terra.StringValue
type EvaluationRulesState ¶
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type Value ¶
type Value struct { // BoolValue: string, optional BoolValue terra.StringValue `hcl:"bool_value,attr"` // DoubleValue: string, optional DoubleValue terra.StringValue `hcl:"double_value,attr"` // LongValue: string, optional LongValue terra.StringValue `hcl:"long_value,attr"` // StringValue: string, optional StringValue terra.StringValue `hcl:"string_value,attr"` }
type ValueAttributes ¶
type ValueAttributes struct {
// contains filtered or unexported fields
}
func (ValueAttributes) BoolValue ¶
func (v ValueAttributes) BoolValue() terra.StringValue
func (ValueAttributes) DoubleValue ¶
func (v ValueAttributes) DoubleValue() terra.StringValue
func (ValueAttributes) InternalRef ¶
func (v ValueAttributes) InternalRef() (terra.Reference, error)
func (ValueAttributes) InternalTokens ¶
func (v ValueAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ValueAttributes) InternalWithRef ¶
func (v ValueAttributes) InternalWithRef(ref terra.Reference) ValueAttributes
func (ValueAttributes) LongValue ¶
func (v ValueAttributes) LongValue() terra.StringValue
func (ValueAttributes) StringValue ¶
func (v ValueAttributes) StringValue() terra.StringValue
type ValueState ¶
type Variations ¶
type Variations struct { // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Value: required Value *Value `hcl:"value,block" validate:"required"` }
type VariationsAttributes ¶
type VariationsAttributes struct {
// contains filtered or unexported fields
}
func (VariationsAttributes) InternalRef ¶
func (v VariationsAttributes) InternalRef() (terra.Reference, error)
func (VariationsAttributes) InternalTokens ¶
func (v VariationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VariationsAttributes) InternalWithRef ¶
func (v VariationsAttributes) InternalWithRef(ref terra.Reference) VariationsAttributes
func (VariationsAttributes) Name ¶
func (v VariationsAttributes) Name() terra.StringValue
func (VariationsAttributes) Value ¶
func (v VariationsAttributes) Value() terra.ListValue[ValueAttributes]
type VariationsState ¶
type VariationsState struct { Name string `json:"name"` Value []ValueState `json:"value"` }
Click to show internal directories.
Click to hide internal directories.