Documentation ¶
Index ¶
- type Scope
- type ScopeAttributes
- func (s ScopeAttributes) InternalRef() (terra.Reference, error)
- func (s ScopeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s ScopeAttributes) InternalWithRef(ref terra.Reference) ScopeAttributes
- func (s ScopeAttributes) ScopeDescription() terra.StringValue
- func (s ScopeAttributes) ScopeName() terra.StringValue
- type ScopeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scope ¶
type Scope struct { // ScopeDescription: string, required ScopeDescription terra.StringValue `hcl:"scope_description,attr" validate:"required"` // ScopeName: string, required ScopeName terra.StringValue `hcl:"scope_name,attr" validate:"required"` }
type ScopeAttributes ¶
type ScopeAttributes struct {
// contains filtered or unexported fields
}
func (ScopeAttributes) InternalRef ¶
func (s ScopeAttributes) InternalRef() (terra.Reference, error)
func (ScopeAttributes) InternalTokens ¶
func (s ScopeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ScopeAttributes) InternalWithRef ¶
func (s ScopeAttributes) InternalWithRef(ref terra.Reference) ScopeAttributes
func (ScopeAttributes) ScopeDescription ¶
func (s ScopeAttributes) ScopeDescription() terra.StringValue
func (ScopeAttributes) ScopeName ¶
func (s ScopeAttributes) ScopeName() terra.StringValue
type ScopeState ¶
Click to show internal directories.
Click to hide internal directories.