Documentation ¶
Index ¶
- type Credentials
- type CredentialsAttributes
- func (c CredentialsAttributes) InternalRef() (terra.Reference, error)
- func (c CredentialsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c CredentialsAttributes) InternalWithRef(ref terra.Reference) CredentialsAttributes
- func (c CredentialsAttributes) Password() terra.StringValue
- func (c CredentialsAttributes) Username() terra.StringValue
- type CredentialsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct { // Password: string, required Password terra.StringValue `hcl:"password,attr" validate:"required"` // Username: string, required Username terra.StringValue `hcl:"username,attr" validate:"required"` }
type CredentialsAttributes ¶
type CredentialsAttributes struct {
// contains filtered or unexported fields
}
func (CredentialsAttributes) InternalRef ¶
func (c CredentialsAttributes) InternalRef() (terra.Reference, error)
func (CredentialsAttributes) InternalTokens ¶
func (c CredentialsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CredentialsAttributes) InternalWithRef ¶
func (c CredentialsAttributes) InternalWithRef(ref terra.Reference) CredentialsAttributes
func (CredentialsAttributes) Password ¶
func (c CredentialsAttributes) Password() terra.StringValue
func (CredentialsAttributes) Username ¶
func (c CredentialsAttributes) Username() terra.StringValue
type CredentialsState ¶
Click to show internal directories.
Click to hide internal directories.