Documentation ¶
Index ¶
- type CustomCookbooksSource
- type CustomCookbooksSourceAttributes
- func (ccs CustomCookbooksSourceAttributes) InternalRef() (terra.Reference, error)
- func (ccs CustomCookbooksSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ccs CustomCookbooksSourceAttributes) InternalWithRef(ref terra.Reference) CustomCookbooksSourceAttributes
- func (ccs CustomCookbooksSourceAttributes) Password() terra.StringValue
- func (ccs CustomCookbooksSourceAttributes) Revision() terra.StringValue
- func (ccs CustomCookbooksSourceAttributes) SshKey() terra.StringValue
- func (ccs CustomCookbooksSourceAttributes) Type() terra.StringValue
- func (ccs CustomCookbooksSourceAttributes) Url() terra.StringValue
- func (ccs CustomCookbooksSourceAttributes) Username() terra.StringValue
- type CustomCookbooksSourceState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomCookbooksSource ¶
type CustomCookbooksSource struct { // Password: string, optional Password terra.StringValue `hcl:"password,attr"` // Revision: string, optional Revision terra.StringValue `hcl:"revision,attr"` // SshKey: string, optional SshKey terra.StringValue `hcl:"ssh_key,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Url: string, required Url terra.StringValue `hcl:"url,attr" validate:"required"` // Username: string, optional Username terra.StringValue `hcl:"username,attr"` }
type CustomCookbooksSourceAttributes ¶
type CustomCookbooksSourceAttributes struct {
// contains filtered or unexported fields
}
func (CustomCookbooksSourceAttributes) InternalRef ¶
func (ccs CustomCookbooksSourceAttributes) InternalRef() (terra.Reference, error)
func (CustomCookbooksSourceAttributes) InternalTokens ¶
func (ccs CustomCookbooksSourceAttributes) InternalTokens() (hclwrite.Tokens, error)
func (CustomCookbooksSourceAttributes) InternalWithRef ¶
func (ccs CustomCookbooksSourceAttributes) InternalWithRef(ref terra.Reference) CustomCookbooksSourceAttributes
func (CustomCookbooksSourceAttributes) Password ¶
func (ccs CustomCookbooksSourceAttributes) Password() terra.StringValue
func (CustomCookbooksSourceAttributes) Revision ¶
func (ccs CustomCookbooksSourceAttributes) Revision() terra.StringValue
func (CustomCookbooksSourceAttributes) SshKey ¶
func (ccs CustomCookbooksSourceAttributes) SshKey() terra.StringValue
func (CustomCookbooksSourceAttributes) Type ¶
func (ccs CustomCookbooksSourceAttributes) Type() terra.StringValue
func (CustomCookbooksSourceAttributes) Url ¶
func (ccs CustomCookbooksSourceAttributes) Url() terra.StringValue
func (CustomCookbooksSourceAttributes) Username ¶
func (ccs CustomCookbooksSourceAttributes) Username() terra.StringValue
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
type TimeoutsState ¶
type TimeoutsState struct {
Create string `json:"create"`
}
Click to show internal directories.
Click to hide internal directories.