Documentation ¶
Index ¶
- type Location
- type LocationAttributes
- func (l LocationAttributes) Address() terra.StringValue
- func (l LocationAttributes) InternalRef() (terra.Reference, error)
- func (l LocationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l LocationAttributes) InternalWithRef(ref terra.Reference) LocationAttributes
- func (l LocationAttributes) Latitude() terra.StringValue
- func (l LocationAttributes) Longitude() terra.StringValue
- type LocationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocationAttributes ¶
type LocationAttributes struct {
// contains filtered or unexported fields
}
func (LocationAttributes) Address ¶
func (l LocationAttributes) Address() terra.StringValue
func (LocationAttributes) InternalRef ¶
func (l LocationAttributes) InternalRef() (terra.Reference, error)
func (LocationAttributes) InternalTokens ¶
func (l LocationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (LocationAttributes) InternalWithRef ¶
func (l LocationAttributes) InternalWithRef(ref terra.Reference) LocationAttributes
func (LocationAttributes) Latitude ¶
func (l LocationAttributes) Latitude() terra.StringValue
func (LocationAttributes) Longitude ¶
func (l LocationAttributes) Longitude() terra.StringValue
type LocationState ¶
Click to show internal directories.
Click to hide internal directories.