1. Packages
  2. Harness Provider
  3. API Docs
  4. platform
  5. getInfraVariableSet
Harness v0.6.0 published on Tuesday, Mar 25, 2025 by Pulumi

harness.platform.getInfraVariableSet

Explore with Pulumi AI

harness logo
Harness v0.6.0 published on Tuesday, Mar 25, 2025 by Pulumi

    Data source for retrieving Variable Sets.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as harness from "@pulumi/harness";
    
    const test = harness.platform.getInfraVariableSet({
        identifier: "identifier",
        orgId: "org_id",
        projectId: "project_id",
    });
    
    import pulumi
    import pulumi_harness as harness
    
    test = harness.platform.get_infra_variable_set(identifier="identifier",
        org_id="org_id",
        project_id="project_id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-harness/sdk/go/harness/platform"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := platform.LookupInfraVariableSet(ctx, &platform.LookupInfraVariableSetArgs{
    			Identifier: "identifier",
    			OrgId:      pulumi.StringRef("org_id"),
    			ProjectId:  pulumi.StringRef("project_id"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Harness = Pulumi.Harness;
    
    return await Deployment.RunAsync(() => 
    {
        var test = Harness.Platform.GetInfraVariableSet.Invoke(new()
        {
            Identifier = "identifier",
            OrgId = "org_id",
            ProjectId = "project_id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.harness.platform.PlatformFunctions;
    import com.pulumi.harness.platform.inputs.GetInfraVariableSetArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var test = PlatformFunctions.getInfraVariableSet(GetInfraVariableSetArgs.builder()
                .identifier("identifier")
                .orgId("org_id")
                .projectId("project_id")
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: harness:platform:getInfraVariableSet
          arguments:
            identifier: identifier
            orgId: org_id
            projectId: project_id
    

    Using getInfraVariableSet

    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 getInfraVariableSet(args: GetInfraVariableSetArgs, opts?: InvokeOptions): Promise<GetInfraVariableSetResult>
    function getInfraVariableSetOutput(args: GetInfraVariableSetOutputArgs, opts?: InvokeOptions): Output<GetInfraVariableSetResult>
    def get_infra_variable_set(connectors: Optional[Sequence[GetInfraVariableSetConnector]] = None,
                               environment_variables: Optional[Sequence[GetInfraVariableSetEnvironmentVariable]] = None,
                               identifier: Optional[str] = None,
                               name: Optional[str] = None,
                               org_id: Optional[str] = None,
                               project_id: Optional[str] = None,
                               terraform_variable_files: Optional[Sequence[GetInfraVariableSetTerraformVariableFile]] = None,
                               terraform_variables: Optional[Sequence[GetInfraVariableSetTerraformVariable]] = None,
                               opts: Optional[InvokeOptions] = None) -> GetInfraVariableSetResult
    def get_infra_variable_set_output(connectors: Optional[pulumi.Input[Sequence[pulumi.Input[GetInfraVariableSetConnectorArgs]]]] = None,
                               environment_variables: Optional[pulumi.Input[Sequence[pulumi.Input[GetInfraVariableSetEnvironmentVariableArgs]]]] = None,
                               identifier: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               org_id: Optional[pulumi.Input[str]] = None,
                               project_id: Optional[pulumi.Input[str]] = None,
                               terraform_variable_files: Optional[pulumi.Input[Sequence[pulumi.Input[GetInfraVariableSetTerraformVariableFileArgs]]]] = None,
                               terraform_variables: Optional[pulumi.Input[Sequence[pulumi.Input[GetInfraVariableSetTerraformVariableArgs]]]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetInfraVariableSetResult]
    func LookupInfraVariableSet(ctx *Context, args *LookupInfraVariableSetArgs, opts ...InvokeOption) (*LookupInfraVariableSetResult, error)
    func LookupInfraVariableSetOutput(ctx *Context, args *LookupInfraVariableSetOutputArgs, opts ...InvokeOption) LookupInfraVariableSetResultOutput

    > Note: This function is named LookupInfraVariableSet in the Go SDK.

    public static class GetInfraVariableSet 
    {
        public static Task<GetInfraVariableSetResult> InvokeAsync(GetInfraVariableSetArgs args, InvokeOptions? opts = null)
        public static Output<GetInfraVariableSetResult> Invoke(GetInfraVariableSetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInfraVariableSetResult> getInfraVariableSet(GetInfraVariableSetArgs args, InvokeOptions options)
    public static Output<GetInfraVariableSetResult> getInfraVariableSet(GetInfraVariableSetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: harness:platform/getInfraVariableSet:getInfraVariableSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    Identifier of the Variable Set
    Connectors List<GetInfraVariableSetConnector>
    Provider connector configured on the variable set
    EnvironmentVariables List<GetInfraVariableSetEnvironmentVariable>
    Environment variables configured on the variable set
    Name string
    Name of the Variable Set
    OrgId string
    Organization Identifier
    ProjectId string
    Project Identifier
    TerraformVariableFiles List<GetInfraVariableSetTerraformVariableFile>
    TerraformVariables List<GetInfraVariableSetTerraformVariable>
    Identifier string
    Identifier of the Variable Set
    Connectors []GetInfraVariableSetConnector
    Provider connector configured on the variable set
    EnvironmentVariables []GetInfraVariableSetEnvironmentVariable
    Environment variables configured on the variable set
    Name string
    Name of the Variable Set
    OrgId string
    Organization Identifier
    ProjectId string
    Project Identifier
    TerraformVariableFiles []GetInfraVariableSetTerraformVariableFile
    TerraformVariables []GetInfraVariableSetTerraformVariable
    identifier String
    Identifier of the Variable Set
    connectors List<GetInfraVariableSetConnector>
    Provider connector configured on the variable set
    environmentVariables List<GetInfraVariableSetEnvironmentVariable>
    Environment variables configured on the variable set
    name String
    Name of the Variable Set
    orgId String
    Organization Identifier
    projectId String
    Project Identifier
    terraformVariableFiles List<GetInfraVariableSetTerraformVariableFile>
    terraformVariables List<GetInfraVariableSetTerraformVariable>
    identifier string
    Identifier of the Variable Set
    connectors GetInfraVariableSetConnector[]
    Provider connector configured on the variable set
    environmentVariables GetInfraVariableSetEnvironmentVariable[]
    Environment variables configured on the variable set
    name string
    Name of the Variable Set
    orgId string
    Organization Identifier
    projectId string
    Project Identifier
    terraformVariableFiles GetInfraVariableSetTerraformVariableFile[]
    terraformVariables GetInfraVariableSetTerraformVariable[]
    identifier str
    Identifier of the Variable Set
    connectors Sequence[GetInfraVariableSetConnector]
    Provider connector configured on the variable set
    environment_variables Sequence[GetInfraVariableSetEnvironmentVariable]
    Environment variables configured on the variable set
    name str
    Name of the Variable Set
    org_id str
    Organization Identifier
    project_id str
    Project Identifier
    terraform_variable_files Sequence[GetInfraVariableSetTerraformVariableFile]
    terraform_variables Sequence[GetInfraVariableSetTerraformVariable]
    identifier String
    Identifier of the Variable Set
    connectors List<Property Map>
    Provider connector configured on the variable set
    environmentVariables List<Property Map>
    Environment variables configured on the variable set
    name String
    Name of the Variable Set
    orgId String
    Organization Identifier
    projectId String
    Project Identifier
    terraformVariableFiles List<Property Map>
    terraformVariables List<Property Map>

    getInfraVariableSet Result

    The following output properties are available:

    Connectors List<GetInfraVariableSetConnector>
    Provider connector configured on the variable set
    Description string
    Description of the Variable Set
    EnvironmentVariables List<GetInfraVariableSetEnvironmentVariable>
    Environment variables configured on the variable set
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Identifier of the Variable Set
    Tags List<string>
    TerraformVariableFiles List<GetInfraVariableSetTerraformVariableFile>
    TerraformVariables List<GetInfraVariableSetTerraformVariable>
    Name string
    Name of the Variable Set
    OrgId string
    Organization Identifier
    ProjectId string
    Project Identifier
    Connectors []GetInfraVariableSetConnector
    Provider connector configured on the variable set
    Description string
    Description of the Variable Set
    EnvironmentVariables []GetInfraVariableSetEnvironmentVariable
    Environment variables configured on the variable set
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Identifier of the Variable Set
    Tags []string
    TerraformVariableFiles []GetInfraVariableSetTerraformVariableFile
    TerraformVariables []GetInfraVariableSetTerraformVariable
    Name string
    Name of the Variable Set
    OrgId string
    Organization Identifier
    ProjectId string
    Project Identifier
    connectors List<GetInfraVariableSetConnector>
    Provider connector configured on the variable set
    description String
    Description of the Variable Set
    environmentVariables List<GetInfraVariableSetEnvironmentVariable>
    Environment variables configured on the variable set
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Identifier of the Variable Set
    tags List<String>
    terraformVariableFiles List<GetInfraVariableSetTerraformVariableFile>
    terraformVariables List<GetInfraVariableSetTerraformVariable>
    name String
    Name of the Variable Set
    orgId String
    Organization Identifier
    projectId String
    Project Identifier
    connectors GetInfraVariableSetConnector[]
    Provider connector configured on the variable set
    description string
    Description of the Variable Set
    environmentVariables GetInfraVariableSetEnvironmentVariable[]
    Environment variables configured on the variable set
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    Identifier of the Variable Set
    tags string[]
    terraformVariableFiles GetInfraVariableSetTerraformVariableFile[]
    terraformVariables GetInfraVariableSetTerraformVariable[]
    name string
    Name of the Variable Set
    orgId string
    Organization Identifier
    projectId string
    Project Identifier
    connectors Sequence[GetInfraVariableSetConnector]
    Provider connector configured on the variable set
    description str
    Description of the Variable Set
    environment_variables Sequence[GetInfraVariableSetEnvironmentVariable]
    Environment variables configured on the variable set
    id str
    The provider-assigned unique ID for this managed resource.
    identifier str
    Identifier of the Variable Set
    tags Sequence[str]
    terraform_variable_files Sequence[GetInfraVariableSetTerraformVariableFile]
    terraform_variables Sequence[GetInfraVariableSetTerraformVariable]
    name str
    Name of the Variable Set
    org_id str
    Organization Identifier
    project_id str
    Project Identifier
    connectors List<Property Map>
    Provider connector configured on the variable set
    description String
    Description of the Variable Set
    environmentVariables List<Property Map>
    Environment variables configured on the variable set
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    Identifier of the Variable Set
    tags List<String>
    terraformVariableFiles List<Property Map>
    terraformVariables List<Property Map>
    name String
    Name of the Variable Set
    orgId String
    Organization Identifier
    projectId String
    Project Identifier

    Supporting Types

    GetInfraVariableSetConnector

    ConnectorRef string
    Unique identifier of the connector.
    Type string
    Type indicates the type of the connector. Currently we support aws, azure, gcp.
    ConnectorRef string
    Unique identifier of the connector.
    Type string
    Type indicates the type of the connector. Currently we support aws, azure, gcp.
    connectorRef String
    Unique identifier of the connector.
    type String
    Type indicates the type of the connector. Currently we support aws, azure, gcp.
    connectorRef string
    Unique identifier of the connector.
    type string
    Type indicates the type of the connector. Currently we support aws, azure, gcp.
    connector_ref str
    Unique identifier of the connector.
    type str
    Type indicates the type of the connector. Currently we support aws, azure, gcp.
    connectorRef String
    Unique identifier of the connector.
    type String
    Type indicates the type of the connector. Currently we support aws, azure, gcp.

    GetInfraVariableSetEnvironmentVariable

    Key string
    Key is the identifier for the variable`
    Value string
    value is the value of the variable
    ValueType string
    Value type indicates the value type of the variable, text or secret
    Key string
    Key is the identifier for the variable`
    Value string
    value is the value of the variable
    ValueType string
    Value type indicates the value type of the variable, text or secret
    key String
    Key is the identifier for the variable`
    value String
    value is the value of the variable
    valueType String
    Value type indicates the value type of the variable, text or secret
    key string
    Key is the identifier for the variable`
    value string
    value is the value of the variable
    valueType string
    Value type indicates the value type of the variable, text or secret
    key str
    Key is the identifier for the variable`
    value str
    value is the value of the variable
    value_type str
    Value type indicates the value type of the variable, text or secret
    key String
    Key is the identifier for the variable`
    value String
    value is the value of the variable
    valueType String
    Value type indicates the value type of the variable, text or secret

    GetInfraVariableSetTerraformVariable

    Key string
    Key is the identifier for the variable`
    Value string
    value is the value of the variable
    ValueType string
    Value type indicates the value type of the variable, text or secret
    Key string
    Key is the identifier for the variable`
    Value string
    value is the value of the variable
    ValueType string
    Value type indicates the value type of the variable, text or secret
    key String
    Key is the identifier for the variable`
    value String
    value is the value of the variable
    valueType String
    Value type indicates the value type of the variable, text or secret
    key string
    Key is the identifier for the variable`
    value string
    value is the value of the variable
    valueType string
    Value type indicates the value type of the variable, text or secret
    key str
    Key is the identifier for the variable`
    value str
    value is the value of the variable
    value_type str
    Value type indicates the value type of the variable, text or secret
    key String
    Key is the identifier for the variable`
    value String
    value is the value of the variable
    valueType String
    Value type indicates the value type of the variable, text or secret

    GetInfraVariableSetTerraformVariableFile

    Repository string
    Repository is the name of the repository to fetch the code from.
    RepositoryConnector string
    Repository connector is the reference to the connector used to fetch the variables.
    RepositoryBranch string
    Repository branch is the name of the branch to fetch the variables from. This cannot be set if repository commit or sha is set
    RepositoryCommit string
    Repository commit is tag to fetch the variables from. This cannot be set if repository branch or sha is set.
    RepositoryPath string
    Repository path is the path in which the variables reside.
    RepositorySha string
    Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
    Repository string
    Repository is the name of the repository to fetch the code from.
    RepositoryConnector string
    Repository connector is the reference to the connector used to fetch the variables.
    RepositoryBranch string
    Repository branch is the name of the branch to fetch the variables from. This cannot be set if repository commit or sha is set
    RepositoryCommit string
    Repository commit is tag to fetch the variables from. This cannot be set if repository branch or sha is set.
    RepositoryPath string
    Repository path is the path in which the variables reside.
    RepositorySha string
    Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
    repository String
    Repository is the name of the repository to fetch the code from.
    repositoryConnector String
    Repository connector is the reference to the connector used to fetch the variables.
    repositoryBranch String
    Repository branch is the name of the branch to fetch the variables from. This cannot be set if repository commit or sha is set
    repositoryCommit String
    Repository commit is tag to fetch the variables from. This cannot be set if repository branch or sha is set.
    repositoryPath String
    Repository path is the path in which the variables reside.
    repositorySha String
    Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
    repository string
    Repository is the name of the repository to fetch the code from.
    repositoryConnector string
    Repository connector is the reference to the connector used to fetch the variables.
    repositoryBranch string
    Repository branch is the name of the branch to fetch the variables from. This cannot be set if repository commit or sha is set
    repositoryCommit string
    Repository commit is tag to fetch the variables from. This cannot be set if repository branch or sha is set.
    repositoryPath string
    Repository path is the path in which the variables reside.
    repositorySha string
    Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
    repository str
    Repository is the name of the repository to fetch the code from.
    repository_connector str
    Repository connector is the reference to the connector used to fetch the variables.
    repository_branch str
    Repository branch is the name of the branch to fetch the variables from. This cannot be set if repository commit or sha is set
    repository_commit str
    Repository commit is tag to fetch the variables from. This cannot be set if repository branch or sha is set.
    repository_path str
    Repository path is the path in which the variables reside.
    repository_sha str
    Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.
    repository String
    Repository is the name of the repository to fetch the code from.
    repositoryConnector String
    Repository connector is the reference to the connector used to fetch the variables.
    repositoryBranch String
    Repository branch is the name of the branch to fetch the variables from. This cannot be set if repository commit or sha is set
    repositoryCommit String
    Repository commit is tag to fetch the variables from. This cannot be set if repository branch or sha is set.
    repositoryPath String
    Repository path is the path in which the variables reside.
    repositorySha String
    Repository commit is sha to fetch the variables from. This cannot be set if repository branch or commit is set.

    Package Details

    Repository
    harness pulumi/pulumi-harness
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the harness Terraform Provider.
    harness logo
    Harness v0.6.0 published on Tuesday, Mar 25, 2025 by Pulumi