1. Packages
  2. Doppler
  3. API Docs
  4. secretsSync
  5. TerraformCloud
Doppler v0.7.1 published on Monday, May 27, 2024 by Pulumiverse

doppler.secretsSync.TerraformCloud

Explore with Pulumi AI

doppler logo
Doppler v0.7.1 published on Monday, May 27, 2024 by Pulumiverse

    Example Usage

    Create TerraformCloud Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TerraformCloud(name: string, args: TerraformCloudArgs, opts?: CustomResourceOptions);
    @overload
    def TerraformCloud(resource_name: str,
                       args: TerraformCloudArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def TerraformCloud(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       config: Optional[str] = None,
                       integration: Optional[str] = None,
                       name_transform: Optional[str] = None,
                       project: Optional[str] = None,
                       sync_target: Optional[str] = None,
                       variable_sync_type: Optional[str] = None,
                       variable_set_id: Optional[str] = None,
                       workspace_id: Optional[str] = None)
    func NewTerraformCloud(ctx *Context, name string, args TerraformCloudArgs, opts ...ResourceOption) (*TerraformCloud, error)
    public TerraformCloud(string name, TerraformCloudArgs args, CustomResourceOptions? opts = null)
    public TerraformCloud(String name, TerraformCloudArgs args)
    public TerraformCloud(String name, TerraformCloudArgs args, CustomResourceOptions options)
    
    type: doppler:secretsSync:TerraformCloud
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TerraformCloudArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TerraformCloudArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TerraformCloudArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TerraformCloudArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TerraformCloudArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var dopplerTerraformCloudResource = new Doppler.SecretsSync.TerraformCloud("dopplerTerraformCloudResource", new()
    {
        Config = "string",
        Integration = "string",
        NameTransform = "string",
        Project = "string",
        SyncTarget = "string",
        VariableSyncType = "string",
        VariableSetId = "string",
        WorkspaceId = "string",
    });
    
    example, err := secretsSync.NewTerraformCloud(ctx, "dopplerTerraformCloudResource", &secretsSync.TerraformCloudArgs{
    	Config:           pulumi.String("string"),
    	Integration:      pulumi.String("string"),
    	NameTransform:    pulumi.String("string"),
    	Project:          pulumi.String("string"),
    	SyncTarget:       pulumi.String("string"),
    	VariableSyncType: pulumi.String("string"),
    	VariableSetId:    pulumi.String("string"),
    	WorkspaceId:      pulumi.String("string"),
    })
    
    var dopplerTerraformCloudResource = new TerraformCloud("dopplerTerraformCloudResource", TerraformCloudArgs.builder()
        .config("string")
        .integration("string")
        .nameTransform("string")
        .project("string")
        .syncTarget("string")
        .variableSyncType("string")
        .variableSetId("string")
        .workspaceId("string")
        .build());
    
    doppler_terraform_cloud_resource = doppler.secrets_sync.TerraformCloud("dopplerTerraformCloudResource",
        config="string",
        integration="string",
        name_transform="string",
        project="string",
        sync_target="string",
        variable_sync_type="string",
        variable_set_id="string",
        workspace_id="string")
    
    const dopplerTerraformCloudResource = new doppler.secretssync.TerraformCloud("dopplerTerraformCloudResource", {
        config: "string",
        integration: "string",
        nameTransform: "string",
        project: "string",
        syncTarget: "string",
        variableSyncType: "string",
        variableSetId: "string",
        workspaceId: "string",
    });
    
    type: doppler:secretsSync:TerraformCloud
    properties:
        config: string
        integration: string
        nameTransform: string
        project: string
        syncTarget: string
        variableSetId: string
        variableSyncType: string
        workspaceId: string
    

    TerraformCloud Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The TerraformCloud resource accepts the following input properties:

    Config string
    The name of the Doppler config
    Integration string
    The slug of the integration to use for this sync
    NameTransform string
    A name transform to apply before syncing secrets: "none" or "lowercase"
    Project string
    The name of the Doppler project
    SyncTarget string
    Either "workspace" or "variableSet", based on the resource type to sync to
    VariableSyncType string
    VariableSetId string
    WorkspaceId string
    Config string
    The name of the Doppler config
    Integration string
    The slug of the integration to use for this sync
    NameTransform string
    A name transform to apply before syncing secrets: "none" or "lowercase"
    Project string
    The name of the Doppler project
    SyncTarget string
    Either "workspace" or "variableSet", based on the resource type to sync to
    VariableSyncType string
    VariableSetId string
    WorkspaceId string
    config String
    The name of the Doppler config
    integration String
    The slug of the integration to use for this sync
    nameTransform String
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project String
    The name of the Doppler project
    syncTarget String
    Either "workspace" or "variableSet", based on the resource type to sync to
    variableSyncType String
    variableSetId String
    workspaceId String
    config string
    The name of the Doppler config
    integration string
    The slug of the integration to use for this sync
    nameTransform string
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project string
    The name of the Doppler project
    syncTarget string
    Either "workspace" or "variableSet", based on the resource type to sync to
    variableSyncType string
    variableSetId string
    workspaceId string
    config str
    The name of the Doppler config
    integration str
    The slug of the integration to use for this sync
    name_transform str
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project str
    The name of the Doppler project
    sync_target str
    Either "workspace" or "variableSet", based on the resource type to sync to
    variable_sync_type str
    variable_set_id str
    workspace_id str
    config String
    The name of the Doppler config
    integration String
    The slug of the integration to use for this sync
    nameTransform String
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project String
    The name of the Doppler project
    syncTarget String
    Either "workspace" or "variableSet", based on the resource type to sync to
    variableSyncType String
    variableSetId String
    workspaceId String

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TerraformCloud resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing TerraformCloud Resource

    Get an existing TerraformCloud resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: TerraformCloudState, opts?: CustomResourceOptions): TerraformCloud
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            config: Optional[str] = None,
            integration: Optional[str] = None,
            name_transform: Optional[str] = None,
            project: Optional[str] = None,
            sync_target: Optional[str] = None,
            variable_set_id: Optional[str] = None,
            variable_sync_type: Optional[str] = None,
            workspace_id: Optional[str] = None) -> TerraformCloud
    func GetTerraformCloud(ctx *Context, name string, id IDInput, state *TerraformCloudState, opts ...ResourceOption) (*TerraformCloud, error)
    public static TerraformCloud Get(string name, Input<string> id, TerraformCloudState? state, CustomResourceOptions? opts = null)
    public static TerraformCloud get(String name, Output<String> id, TerraformCloudState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Config string
    The name of the Doppler config
    Integration string
    The slug of the integration to use for this sync
    NameTransform string
    A name transform to apply before syncing secrets: "none" or "lowercase"
    Project string
    The name of the Doppler project
    SyncTarget string
    Either "workspace" or "variableSet", based on the resource type to sync to
    VariableSetId string
    VariableSyncType string
    WorkspaceId string
    Config string
    The name of the Doppler config
    Integration string
    The slug of the integration to use for this sync
    NameTransform string
    A name transform to apply before syncing secrets: "none" or "lowercase"
    Project string
    The name of the Doppler project
    SyncTarget string
    Either "workspace" or "variableSet", based on the resource type to sync to
    VariableSetId string
    VariableSyncType string
    WorkspaceId string
    config String
    The name of the Doppler config
    integration String
    The slug of the integration to use for this sync
    nameTransform String
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project String
    The name of the Doppler project
    syncTarget String
    Either "workspace" or "variableSet", based on the resource type to sync to
    variableSetId String
    variableSyncType String
    workspaceId String
    config string
    The name of the Doppler config
    integration string
    The slug of the integration to use for this sync
    nameTransform string
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project string
    The name of the Doppler project
    syncTarget string
    Either "workspace" or "variableSet", based on the resource type to sync to
    variableSetId string
    variableSyncType string
    workspaceId string
    config str
    The name of the Doppler config
    integration str
    The slug of the integration to use for this sync
    name_transform str
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project str
    The name of the Doppler project
    sync_target str
    Either "workspace" or "variableSet", based on the resource type to sync to
    variable_set_id str
    variable_sync_type str
    workspace_id str
    config String
    The name of the Doppler config
    integration String
    The slug of the integration to use for this sync
    nameTransform String
    A name transform to apply before syncing secrets: "none" or "lowercase"
    project String
    The name of the Doppler project
    syncTarget String
    Either "workspace" or "variableSet", based on the resource type to sync to
    variableSetId String
    variableSyncType String
    workspaceId String

    Package Details

    Repository
    doppler pulumiverse/pulumi-doppler
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the doppler Terraform Provider.
    doppler logo
    Doppler v0.7.1 published on Monday, May 27, 2024 by Pulumiverse