Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Metadata iacTypes.Metadata
EnvironmentSecrets []EnvironmentSecret
}
type BranchProtection ¶
type EnvironmentSecret ¶
type EnvironmentSecret struct {
Metadata iacTypes.Metadata
Repository iacTypes.StringValue
Environment iacTypes.StringValue
SecretName iacTypes.StringValue
PlainTextValue iacTypes.StringValue
EncryptedValue iacTypes.StringValue
}
type GitHub ¶
type GitHub struct {
Repositories []Repository
EnvironmentSecrets []EnvironmentSecret
BranchProtections []BranchProtection
}
Click to show internal directories.
Click to hide internal directories.