1. Packages
  2. Doppler
  3. API Docs
  4. secretsSync
  5. TerraformCloud
Doppler v0.9.0 published on Tuesday, Aug 27, 2024 by Pulumiverse

doppler.secretsSync.TerraformCloud

Explore with Pulumi AI

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,
                   delete_behavior: 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 This property is required. string
The unique name of the resource.
args This property is required. TerraformCloudArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. TerraformCloudArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. TerraformCloudArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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",
    DeleteBehavior = "string",
    VariableSetId = "string",
    WorkspaceId = "string",
});
Copy
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"),
	DeleteBehavior:   pulumi.String("string"),
	VariableSetId:    pulumi.String("string"),
	WorkspaceId:      pulumi.String("string"),
})
Copy
var dopplerTerraformCloudResource = new TerraformCloud("dopplerTerraformCloudResource", TerraformCloudArgs.builder()
    .config("string")
    .integration("string")
    .nameTransform("string")
    .project("string")
    .syncTarget("string")
    .variableSyncType("string")
    .deleteBehavior("string")
    .variableSetId("string")
    .workspaceId("string")
    .build());
Copy
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",
    delete_behavior="string",
    variable_set_id="string",
    workspace_id="string")
Copy
const dopplerTerraformCloudResource = new doppler.secretssync.TerraformCloud("dopplerTerraformCloudResource", {
    config: "string",
    integration: "string",
    nameTransform: "string",
    project: "string",
    syncTarget: "string",
    variableSyncType: "string",
    deleteBehavior: "string",
    variableSetId: "string",
    workspaceId: "string",
});
Copy
type: doppler:secretsSync:TerraformCloud
properties:
    config: string
    deleteBehavior: string
    integration: string
    nameTransform: string
    project: string
    syncTarget: string
    variableSetId: string
    variableSyncType: string
    workspaceId: string
Copy

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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The TerraformCloud resource accepts the following input properties:

Config
This property is required.
Changes to this property will trigger replacement.
string
The name of the Doppler config
Integration
This property is required.
Changes to this property will trigger replacement.
string
The slug of the integration to use for this sync
NameTransform
This property is required.
Changes to this property will trigger replacement.
string
A name transform to apply before syncing secrets: "none" or "lowercase"
Project
This property is required.
Changes to this property will trigger replacement.
string
The name of the Doppler project
SyncTarget
This property is required.
Changes to this property will trigger replacement.
string
Either "workspace" or "variableSet", based on the resource type to sync to
VariableSyncType
This property is required.
Changes to this property will trigger replacement.
string
DeleteBehavior string
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
VariableSetId Changes to this property will trigger replacement. string
WorkspaceId Changes to this property will trigger replacement. string
Config
This property is required.
Changes to this property will trigger replacement.
string
The name of the Doppler config
Integration
This property is required.
Changes to this property will trigger replacement.
string
The slug of the integration to use for this sync
NameTransform
This property is required.
Changes to this property will trigger replacement.
string
A name transform to apply before syncing secrets: "none" or "lowercase"
Project
This property is required.
Changes to this property will trigger replacement.
string
The name of the Doppler project
SyncTarget
This property is required.
Changes to this property will trigger replacement.
string
Either "workspace" or "variableSet", based on the resource type to sync to
VariableSyncType
This property is required.
Changes to this property will trigger replacement.
string
DeleteBehavior string
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
VariableSetId Changes to this property will trigger replacement. string
WorkspaceId Changes to this property will trigger replacement. string
config
This property is required.
Changes to this property will trigger replacement.
String
The name of the Doppler config
integration
This property is required.
Changes to this property will trigger replacement.
String
The slug of the integration to use for this sync
nameTransform
This property is required.
Changes to this property will trigger replacement.
String
A name transform to apply before syncing secrets: "none" or "lowercase"
project
This property is required.
Changes to this property will trigger replacement.
String
The name of the Doppler project
syncTarget
This property is required.
Changes to this property will trigger replacement.
String
Either "workspace" or "variableSet", based on the resource type to sync to
variableSyncType
This property is required.
Changes to this property will trigger replacement.
String
deleteBehavior String
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
variableSetId Changes to this property will trigger replacement. String
workspaceId Changes to this property will trigger replacement. String
config
This property is required.
Changes to this property will trigger replacement.
string
The name of the Doppler config
integration
This property is required.
Changes to this property will trigger replacement.
string
The slug of the integration to use for this sync
nameTransform
This property is required.
Changes to this property will trigger replacement.
string
A name transform to apply before syncing secrets: "none" or "lowercase"
project
This property is required.
Changes to this property will trigger replacement.
string
The name of the Doppler project
syncTarget
This property is required.
Changes to this property will trigger replacement.
string
Either "workspace" or "variableSet", based on the resource type to sync to
variableSyncType
This property is required.
Changes to this property will trigger replacement.
string
deleteBehavior string
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
variableSetId Changes to this property will trigger replacement. string
workspaceId Changes to this property will trigger replacement. string
config
This property is required.
Changes to this property will trigger replacement.
str
The name of the Doppler config
integration
This property is required.
Changes to this property will trigger replacement.
str
The slug of the integration to use for this sync
name_transform
This property is required.
Changes to this property will trigger replacement.
str
A name transform to apply before syncing secrets: "none" or "lowercase"
project
This property is required.
Changes to this property will trigger replacement.
str
The name of the Doppler project
sync_target
This property is required.
Changes to this property will trigger replacement.
str
Either "workspace" or "variableSet", based on the resource type to sync to
variable_sync_type
This property is required.
Changes to this property will trigger replacement.
str
delete_behavior str
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
variable_set_id Changes to this property will trigger replacement. str
workspace_id Changes to this property will trigger replacement. str
config
This property is required.
Changes to this property will trigger replacement.
String
The name of the Doppler config
integration
This property is required.
Changes to this property will trigger replacement.
String
The slug of the integration to use for this sync
nameTransform
This property is required.
Changes to this property will trigger replacement.
String
A name transform to apply before syncing secrets: "none" or "lowercase"
project
This property is required.
Changes to this property will trigger replacement.
String
The name of the Doppler project
syncTarget
This property is required.
Changes to this property will trigger replacement.
String
Either "workspace" or "variableSet", based on the resource type to sync to
variableSyncType
This property is required.
Changes to this property will trigger replacement.
String
deleteBehavior String
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
variableSetId Changes to this property will trigger replacement. String
workspaceId Changes to this property will trigger replacement. 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,
        delete_behavior: 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)
resources:  _:    type: doppler:secretsSync:TerraformCloud    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 Changes to this property will trigger replacement. string
The name of the Doppler config
DeleteBehavior string
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
Integration Changes to this property will trigger replacement. string
The slug of the integration to use for this sync
NameTransform Changes to this property will trigger replacement. string
A name transform to apply before syncing secrets: "none" or "lowercase"
Project Changes to this property will trigger replacement. string
The name of the Doppler project
SyncTarget Changes to this property will trigger replacement. string
Either "workspace" or "variableSet", based on the resource type to sync to
VariableSetId Changes to this property will trigger replacement. string
VariableSyncType Changes to this property will trigger replacement. string
WorkspaceId Changes to this property will trigger replacement. string
Config Changes to this property will trigger replacement. string
The name of the Doppler config
DeleteBehavior string
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
Integration Changes to this property will trigger replacement. string
The slug of the integration to use for this sync
NameTransform Changes to this property will trigger replacement. string
A name transform to apply before syncing secrets: "none" or "lowercase"
Project Changes to this property will trigger replacement. string
The name of the Doppler project
SyncTarget Changes to this property will trigger replacement. string
Either "workspace" or "variableSet", based on the resource type to sync to
VariableSetId Changes to this property will trigger replacement. string
VariableSyncType Changes to this property will trigger replacement. string
WorkspaceId Changes to this property will trigger replacement. string
config Changes to this property will trigger replacement. String
The name of the Doppler config
deleteBehavior String
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
integration Changes to this property will trigger replacement. String
The slug of the integration to use for this sync
nameTransform Changes to this property will trigger replacement. String
A name transform to apply before syncing secrets: "none" or "lowercase"
project Changes to this property will trigger replacement. String
The name of the Doppler project
syncTarget Changes to this property will trigger replacement. String
Either "workspace" or "variableSet", based on the resource type to sync to
variableSetId Changes to this property will trigger replacement. String
variableSyncType Changes to this property will trigger replacement. String
workspaceId Changes to this property will trigger replacement. String
config Changes to this property will trigger replacement. string
The name of the Doppler config
deleteBehavior string
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
integration Changes to this property will trigger replacement. string
The slug of the integration to use for this sync
nameTransform Changes to this property will trigger replacement. string
A name transform to apply before syncing secrets: "none" or "lowercase"
project Changes to this property will trigger replacement. string
The name of the Doppler project
syncTarget Changes to this property will trigger replacement. string
Either "workspace" or "variableSet", based on the resource type to sync to
variableSetId Changes to this property will trigger replacement. string
variableSyncType Changes to this property will trigger replacement. string
workspaceId Changes to this property will trigger replacement. string
config Changes to this property will trigger replacement. str
The name of the Doppler config
delete_behavior str
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
integration Changes to this property will trigger replacement. str
The slug of the integration to use for this sync
name_transform Changes to this property will trigger replacement. str
A name transform to apply before syncing secrets: "none" or "lowercase"
project Changes to this property will trigger replacement. str
The name of the Doppler project
sync_target Changes to this property will trigger replacement. str
Either "workspace" or "variableSet", based on the resource type to sync to
variable_set_id Changes to this property will trigger replacement. str
variable_sync_type Changes to this property will trigger replacement. str
workspace_id Changes to this property will trigger replacement. str
config Changes to this property will trigger replacement. String
The name of the Doppler config
deleteBehavior String
The behavior to be performed on the secrets in the sync target when this resource is deleted or recreated. Either leave_in_target (default) or delete_from_target.
integration Changes to this property will trigger replacement. String
The slug of the integration to use for this sync
nameTransform Changes to this property will trigger replacement. String
A name transform to apply before syncing secrets: "none" or "lowercase"
project Changes to this property will trigger replacement. String
The name of the Doppler project
syncTarget Changes to this property will trigger replacement. String
Either "workspace" or "variableSet", based on the resource type to sync to
variableSetId Changes to this property will trigger replacement. String
variableSyncType Changes to this property will trigger replacement. String
workspaceId Changes to this property will trigger replacement. String

Package Details

Repository
doppler pulumiverse/pulumi-doppler
License
Apache-2.0
Notes
This Pulumi package is based on the doppler Terraform Provider.