Documentation ¶
Index ¶
- type Rules
- type RulesAttributes
- func (r RulesAttributes) Description() terra.StringValue
- func (r RulesAttributes) InternalRef() (terra.Reference, error)
- func (r RulesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (r RulesAttributes) InternalWithRef(ref terra.Reference) RulesAttributes
- func (r RulesAttributes) Source() terra.StringValue
- type RulesState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rules ¶
type Rules struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Source: string, required Source terra.StringValue `hcl:"source,attr" validate:"required"` }
type RulesAttributes ¶
type RulesAttributes struct {
// contains filtered or unexported fields
}
func (RulesAttributes) Description ¶
func (r RulesAttributes) Description() terra.StringValue
func (RulesAttributes) InternalRef ¶
func (r RulesAttributes) InternalRef() (terra.Reference, error)
func (RulesAttributes) InternalTokens ¶
func (r RulesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (RulesAttributes) InternalWithRef ¶
func (r RulesAttributes) InternalWithRef(ref terra.Reference) RulesAttributes
func (RulesAttributes) Source ¶
func (r RulesAttributes) Source() terra.StringValue
type RulesState ¶
Click to show internal directories.
Click to hide internal directories.