Documentation ¶
Index ¶
- type Tag
- type TagAttributes
- func (t TagAttributes) InternalRef() (terra.Reference, error)
- func (t TagAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TagAttributes) InternalWithRef(ref terra.Reference) TagAttributes
- func (t TagAttributes) Key() terra.StringValue
- func (t TagAttributes) PropagateAtLaunch() terra.BoolValue
- func (t TagAttributes) Value() terra.StringValue
- type TagState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tag ¶
type Tag struct { // Key: string, required Key terra.StringValue `hcl:"key,attr" validate:"required"` // PropagateAtLaunch: bool, required PropagateAtLaunch terra.BoolValue `hcl:"propagate_at_launch,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type TagAttributes ¶
type TagAttributes struct {
// contains filtered or unexported fields
}
func (TagAttributes) InternalRef ¶
func (t TagAttributes) InternalRef() (terra.Reference, error)
func (TagAttributes) InternalTokens ¶
func (t TagAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TagAttributes) InternalWithRef ¶
func (t TagAttributes) InternalWithRef(ref terra.Reference) TagAttributes
func (TagAttributes) Key ¶
func (t TagAttributes) Key() terra.StringValue
func (TagAttributes) PropagateAtLaunch ¶
func (t TagAttributes) PropagateAtLaunch() terra.BoolValue
func (TagAttributes) Value ¶
func (t TagAttributes) Value() terra.StringValue
Click to show internal directories.
Click to hide internal directories.