Documentation ¶
Index ¶
- type GithubConfiguration
- type GithubConfigurationAttributes
- func (gc GithubConfigurationAttributes) AccountName() terra.StringValue
- func (gc GithubConfigurationAttributes) BranchName() terra.StringValue
- func (gc GithubConfigurationAttributes) GitUrl() terra.StringValue
- func (gc GithubConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (gc GithubConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gc GithubConfigurationAttributes) InternalWithRef(ref terra.Reference) GithubConfigurationAttributes
- func (gc GithubConfigurationAttributes) RepositoryName() terra.StringValue
- func (gc GithubConfigurationAttributes) RootFolder() terra.StringValue
- type GithubConfigurationState
- type Identity
- type IdentityAttributes
- func (i IdentityAttributes) IdentityIds() terra.ListValue[terra.StringValue]
- func (i IdentityAttributes) InternalRef() (terra.Reference, error)
- func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
- func (i IdentityAttributes) PrincipalId() terra.StringValue
- func (i IdentityAttributes) TenantId() terra.StringValue
- func (i IdentityAttributes) Type() terra.StringValue
- type IdentityState
- type Timeouts
- type TimeoutsAttributes
- type TimeoutsState
- type VstsConfiguration
- type VstsConfigurationAttributes
- func (vc VstsConfigurationAttributes) AccountName() terra.StringValue
- func (vc VstsConfigurationAttributes) BranchName() terra.StringValue
- func (vc VstsConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (vc VstsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vc VstsConfigurationAttributes) InternalWithRef(ref terra.Reference) VstsConfigurationAttributes
- func (vc VstsConfigurationAttributes) ProjectName() terra.StringValue
- func (vc VstsConfigurationAttributes) RepositoryName() terra.StringValue
- func (vc VstsConfigurationAttributes) RootFolder() terra.StringValue
- func (vc VstsConfigurationAttributes) TenantId() terra.StringValue
- type VstsConfigurationState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubConfiguration ¶
type GithubConfiguration struct{}
type GithubConfigurationAttributes ¶
type GithubConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (GithubConfigurationAttributes) AccountName ¶
func (gc GithubConfigurationAttributes) AccountName() terra.StringValue
func (GithubConfigurationAttributes) BranchName ¶
func (gc GithubConfigurationAttributes) BranchName() terra.StringValue
func (GithubConfigurationAttributes) GitUrl ¶
func (gc GithubConfigurationAttributes) GitUrl() terra.StringValue
func (GithubConfigurationAttributes) InternalRef ¶
func (gc GithubConfigurationAttributes) InternalRef() (terra.Reference, error)
func (GithubConfigurationAttributes) InternalTokens ¶
func (gc GithubConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GithubConfigurationAttributes) InternalWithRef ¶
func (gc GithubConfigurationAttributes) InternalWithRef(ref terra.Reference) GithubConfigurationAttributes
func (GithubConfigurationAttributes) RepositoryName ¶
func (gc GithubConfigurationAttributes) RepositoryName() terra.StringValue
func (GithubConfigurationAttributes) RootFolder ¶
func (gc GithubConfigurationAttributes) RootFolder() terra.StringValue
type IdentityAttributes ¶
type IdentityAttributes struct {
// contains filtered or unexported fields
}
func (IdentityAttributes) IdentityIds ¶
func (i IdentityAttributes) IdentityIds() terra.ListValue[terra.StringValue]
func (IdentityAttributes) InternalRef ¶
func (i IdentityAttributes) InternalRef() (terra.Reference, error)
func (IdentityAttributes) InternalTokens ¶
func (i IdentityAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IdentityAttributes) InternalWithRef ¶
func (i IdentityAttributes) InternalWithRef(ref terra.Reference) IdentityAttributes
func (IdentityAttributes) PrincipalId ¶
func (i IdentityAttributes) PrincipalId() terra.StringValue
func (IdentityAttributes) TenantId ¶
func (i IdentityAttributes) TenantId() terra.StringValue
func (IdentityAttributes) Type ¶
func (i IdentityAttributes) Type() terra.StringValue
type IdentityState ¶
type Timeouts ¶
type Timeouts struct { // Read: string, optional Read terra.StringValue `hcl:"read,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
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
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
type TimeoutsState ¶
type TimeoutsState struct {
Read string `json:"read"`
}
type VstsConfiguration ¶
type VstsConfiguration struct{}
type VstsConfigurationAttributes ¶
type VstsConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (VstsConfigurationAttributes) AccountName ¶
func (vc VstsConfigurationAttributes) AccountName() terra.StringValue
func (VstsConfigurationAttributes) BranchName ¶
func (vc VstsConfigurationAttributes) BranchName() terra.StringValue
func (VstsConfigurationAttributes) InternalRef ¶
func (vc VstsConfigurationAttributes) InternalRef() (terra.Reference, error)
func (VstsConfigurationAttributes) InternalTokens ¶
func (vc VstsConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VstsConfigurationAttributes) InternalWithRef ¶
func (vc VstsConfigurationAttributes) InternalWithRef(ref terra.Reference) VstsConfigurationAttributes
func (VstsConfigurationAttributes) ProjectName ¶
func (vc VstsConfigurationAttributes) ProjectName() terra.StringValue
func (VstsConfigurationAttributes) RepositoryName ¶
func (vc VstsConfigurationAttributes) RepositoryName() terra.StringValue
func (VstsConfigurationAttributes) RootFolder ¶
func (vc VstsConfigurationAttributes) RootFolder() terra.StringValue
func (VstsConfigurationAttributes) TenantId ¶
func (vc VstsConfigurationAttributes) TenantId() terra.StringValue
type VstsConfigurationState ¶
Click to show internal directories.
Click to hide internal directories.