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