Harness v0.5.7 published on Saturday, Mar 8, 2025 by Pulumi
harness.platform.getOverrides
Explore with Pulumi AI
Using getOverrides
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getOverrides(args: GetOverridesArgs, opts?: InvokeOptions): Promise<GetOverridesResult>
function getOverridesOutput(args: GetOverridesOutputArgs, opts?: InvokeOptions): Output<GetOverridesResult>def get_overrides(git_details: Optional[GetOverridesGitDetails] = None,
                  identifier: Optional[str] = None,
                  org_id: Optional[str] = None,
                  project_id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetOverridesResult
def get_overrides_output(git_details: Optional[pulumi.Input[GetOverridesGitDetailsArgs]] = None,
                  identifier: Optional[pulumi.Input[str]] = None,
                  org_id: Optional[pulumi.Input[str]] = None,
                  project_id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetOverridesResult]func LookupOverrides(ctx *Context, args *LookupOverridesArgs, opts ...InvokeOption) (*LookupOverridesResult, error)
func LookupOverridesOutput(ctx *Context, args *LookupOverridesOutputArgs, opts ...InvokeOption) LookupOverridesResultOutput> Note: This function is named LookupOverrides in the Go SDK.
public static class GetOverrides 
{
    public static Task<GetOverridesResult> InvokeAsync(GetOverridesArgs args, InvokeOptions? opts = null)
    public static Output<GetOverridesResult> Invoke(GetOverridesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOverridesResult> getOverrides(GetOverridesArgs args, InvokeOptions options)
public static Output<GetOverridesResult> getOverrides(GetOverridesArgs args, InvokeOptions options)
fn::invoke:
  function: harness:platform/getOverrides:getOverrides
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Identifier string
- GitDetails GetOverrides Git Details 
- OrgId string
- ProjectId string
- Identifier string
- GitDetails GetOverrides Git Details 
- OrgId string
- ProjectId string
- identifier String
- gitDetails GetOverrides Git Details 
- orgId String
- projectId String
- identifier string
- gitDetails GetOverrides Git Details 
- orgId string
- projectId string
- identifier String
- gitDetails Property Map
- orgId String
- projectId String
getOverrides Result
The following output properties are available:
- ClusterId string
- EnvId string
- GitDetails GetOverrides Git Details 
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- InfraId string
- ServiceId string
- Type string
- Yaml string
- OrgId string
- ProjectId string
- ClusterId string
- EnvId string
- GitDetails GetOverrides Git Details 
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- InfraId string
- ServiceId string
- Type string
- Yaml string
- OrgId string
- ProjectId string
- clusterId String
- envId String
- gitDetails GetOverrides Git Details 
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- infraId String
- serviceId String
- type String
- yaml String
- orgId String
- projectId String
- clusterId string
- envId string
- gitDetails GetOverrides Git Details 
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- infraId string
- serviceId string
- type string
- yaml string
- orgId string
- projectId string
- cluster_id str
- env_id str
- git_details GetOverrides Git Details 
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- infra_id str
- service_id str
- type str
- yaml str
- org_id str
- project_id str
- clusterId String
- envId String
- gitDetails Property Map
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- infraId String
- serviceId String
- type String
- yaml String
- orgId String
- projectId String
Supporting Types
GetOverridesGitDetails   
- Branch string
- Name of the branch.
- LoadFrom boolCache 
- Load service yaml from fallback branch
- LoadFrom boolFallback Branch 
- Load service yaml from fallback branch
- RepoName string
- Repo name of remote service override
- Branch string
- Name of the branch.
- LoadFrom boolCache 
- Load service yaml from fallback branch
- LoadFrom boolFallback Branch 
- Load service yaml from fallback branch
- RepoName string
- Repo name of remote service override
- branch String
- Name of the branch.
- loadFrom BooleanCache 
- Load service yaml from fallback branch
- loadFrom BooleanFallback Branch 
- Load service yaml from fallback branch
- repoName String
- Repo name of remote service override
- branch string
- Name of the branch.
- loadFrom booleanCache 
- Load service yaml from fallback branch
- loadFrom booleanFallback Branch 
- Load service yaml from fallback branch
- repoName string
- Repo name of remote service override
- branch str
- Name of the branch.
- load_from_ boolcache 
- Load service yaml from fallback branch
- load_from_ boolfallback_ branch 
- Load service yaml from fallback branch
- repo_name str
- Repo name of remote service override
- branch String
- Name of the branch.
- loadFrom BooleanCache 
- Load service yaml from fallback branch
- loadFrom BooleanFallback Branch 
- Load service yaml from fallback branch
- repoName String
- Repo name of remote service override
Package Details
- Repository
- harness pulumi/pulumi-harness
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the harnessTerraform Provider.
