Documentation ¶
Index ¶
- type GitConfig
- type GitConfigAttributes
- func (gc GitConfigAttributes) Branch() terra.StringValue
- func (gc GitConfigAttributes) InternalRef() (terra.Reference, error)
- func (gc GitConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gc GitConfigAttributes) InternalWithRef(ref terra.Reference) GitConfigAttributes
- func (gc GitConfigAttributes) RepositoryUrl() terra.StringValue
- func (gc GitConfigAttributes) SecretArn() terra.StringValue
- type GitConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitConfig ¶
type GitConfig struct { // Branch: string, optional Branch terra.StringValue `hcl:"branch,attr"` // RepositoryUrl: string, required RepositoryUrl terra.StringValue `hcl:"repository_url,attr" validate:"required"` // SecretArn: string, optional SecretArn terra.StringValue `hcl:"secret_arn,attr"` }
type GitConfigAttributes ¶
type GitConfigAttributes struct {
// contains filtered or unexported fields
}
func (GitConfigAttributes) Branch ¶
func (gc GitConfigAttributes) Branch() terra.StringValue
func (GitConfigAttributes) InternalRef ¶
func (gc GitConfigAttributes) InternalRef() (terra.Reference, error)
func (GitConfigAttributes) InternalTokens ¶
func (gc GitConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GitConfigAttributes) InternalWithRef ¶
func (gc GitConfigAttributes) InternalWithRef(ref terra.Reference) GitConfigAttributes
func (GitConfigAttributes) RepositoryUrl ¶
func (gc GitConfigAttributes) RepositoryUrl() terra.StringValue
func (GitConfigAttributes) SecretArn ¶
func (gc GitConfigAttributes) SecretArn() terra.StringValue
type GitConfigState ¶
Click to show internal directories.
Click to hide internal directories.