Documentation
¶
Index ¶
Constants ¶
View Source
const ( OrganizationScope = "organization" NamespaceScope = "namespace" TemplateScope = "template" BlueprintScope = "blueprint" StackScope = "stack" TfTVar = "tfVar" EnvVar = "envVar" RequireApproval = "requireApproval" AutoApprove = "autoApprove" RequireTwoApprovals = "requireTwoApprovals" GcpServiceAccount = "gcpServiceAccount" AzureServicePrincipal = "azureServicePrincipal" AwsAssumeRole = "awsAssumeRole" Terraform = "terraform" Terragrunt = "terragrunt" Opentofu = "opentofu" Allow = "allow" Deny = "deny" Extended = "extended" Managed = "managed" SelfHosted = "selfHosted" Hours = "hours" Days = "days" Ne = "ne" Gt = "gt" Gte = "gte" Lt = "lt" Lte = "lte" In = "in" StartsWith = "startsWith" Contains = "contains" )
Variables ¶
View Source
var ( VariableScopeTypes = []string{OrganizationScope, NamespaceScope, TemplateScope, BlueprintScope, StackScope} VariableTypes = []string{TfTVar, EnvVar} DeploymentApprovalPolicyRuleTypes = []string{RequireApproval, AutoApprove, RequireTwoApprovals} ExternalCredentialTypes = []string{AwsAssumeRole, GcpServiceAccount, AzureServicePrincipal} IacTypes = []string{Terraform, Terragrunt, Opentofu} OverrideBehaviorTypes = []string{Allow, Deny, Extended} RunnerConfigModeTypes = []string{Managed, SelfHosted} TtlTypes = []string{Hours, Days} VariableConditionOperatorTypes = []string{Ne, Gt, Gte, Lt, Lte, In, StartsWith, Contains} )
Functions ¶
This section is empty.
Types ¶
type EmptyResponse ¶
type EmptyResponse struct{}
Click to show internal directories.
Click to hide internal directories.