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",
});
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"),
})
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());
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")
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",
});
type: doppler:secretsSync:TerraformCloud
properties:
config: string
deleteBehavior: 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
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.
- The name of the Doppler config
- Integration
This property is required. Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- Name
Transform This property is required. Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- Project
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler project
- Sync
Target This property is required. Changes to this property will trigger replacement.
- 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.
- Delete
Behavior 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) ordelete_from_target
. - Variable
Set Id Changes to this property will trigger replacement.
- Workspace
Id Changes to this property will trigger replacement.
- Config
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler config
- Integration
This property is required. Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- Name
Transform This property is required. Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- Project
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler project
- Sync
Target This property is required. Changes to this property will trigger replacement.
- 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.
- Delete
Behavior 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) ordelete_from_target
. - Variable
Set Id Changes to this property will trigger replacement.
- Workspace
Id Changes to this property will trigger replacement.
- config
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler config
- integration
This property is required. Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name
Transform This property is required. Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler project
- sync
Target This property is required. Changes to this property will trigger replacement.
- 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.
- delete
Behavior 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) ordelete_from_target
. - variable
Set Id Changes to this property will trigger replacement.
- workspace
Id Changes to this property will trigger replacement.
- config
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler config
- integration
This property is required. Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name
Transform This property is required. Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler project
- sync
Target This property is required. Changes to this property will trigger replacement.
- 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.
- delete
Behavior 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) ordelete_from_target
. - variable
Set Id Changes to this property will trigger replacement.
- workspace
Id Changes to this property will trigger replacement.
- config
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler config
- integration
This property is required. Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name_
transform This property is required. Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler project
- sync_
target This property is required. Changes to this property will trigger replacement.
- 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.
- 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) ordelete_from_target
. - variable_
set_ id Changes to this property will trigger replacement.
- workspace_
id Changes to this property will trigger replacement.
- config
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler config
- integration
This property is required. Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name
Transform This property is required. Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
This property is required. Changes to this property will trigger replacement.
- The name of the Doppler project
- sync
Target This property is required. Changes to this property will trigger replacement.
- 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.
- delete
Behavior 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) ordelete_from_target
. - variable
Set Id Changes to this property will trigger replacement.
- workspace
Id Changes to this property will trigger replacement.
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.
- Config
Changes to this property will trigger replacement.
- The name of the Doppler config
- Delete
Behavior 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) ordelete_from_target
. - Integration
Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- Name
Transform Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- Project
Changes to this property will trigger replacement.
- The name of the Doppler project
- Sync
Target Changes to this property will trigger replacement.
- Either "workspace" or "variableSet", based on the resource type to sync to
- Variable
Set Id Changes to this property will trigger replacement.
- Variable
Sync Type Changes to this property will trigger replacement.
- Workspace
Id Changes to this property will trigger replacement.
- Config
Changes to this property will trigger replacement.
- The name of the Doppler config
- Delete
Behavior 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) ordelete_from_target
. - Integration
Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- Name
Transform Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- Project
Changes to this property will trigger replacement.
- The name of the Doppler project
- Sync
Target Changes to this property will trigger replacement.
- Either "workspace" or "variableSet", based on the resource type to sync to
- Variable
Set Id Changes to this property will trigger replacement.
- Variable
Sync Type Changes to this property will trigger replacement.
- Workspace
Id Changes to this property will trigger replacement.
- config
Changes to this property will trigger replacement.
- The name of the Doppler config
- delete
Behavior 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) ordelete_from_target
. - integration
Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name
Transform Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
Changes to this property will trigger replacement.
- The name of the Doppler project
- sync
Target Changes to this property will trigger replacement.
- Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Set Id Changes to this property will trigger replacement.
- variable
Sync Type Changes to this property will trigger replacement.
- workspace
Id Changes to this property will trigger replacement.
- config
Changes to this property will trigger replacement.
- The name of the Doppler config
- delete
Behavior 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) ordelete_from_target
. - integration
Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name
Transform Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
Changes to this property will trigger replacement.
- The name of the Doppler project
- sync
Target Changes to this property will trigger replacement.
- Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Set Id Changes to this property will trigger replacement.
- variable
Sync Type Changes to this property will trigger replacement.
- workspace
Id Changes to this property will trigger replacement.
- config
Changes to this property will trigger replacement.
- 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) ordelete_from_target
. - integration
Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name_
transform Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
Changes to this property will trigger replacement.
- The name of the Doppler project
- sync_
target Changes to this property will trigger replacement.
- Either "workspace" or "variableSet", based on the resource type to sync to
- variable_
set_ id Changes to this property will trigger replacement.
- variable_
sync_ type Changes to this property will trigger replacement.
- workspace_
id Changes to this property will trigger replacement.
- config
Changes to this property will trigger replacement.
- The name of the Doppler config
- delete
Behavior 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) ordelete_from_target
. - integration
Changes to this property will trigger replacement.
- The slug of the integration to use for this sync
- name
Transform Changes to this property will trigger replacement.
- A name transform to apply before syncing secrets: "none" or "lowercase"
- project
Changes to this property will trigger replacement.
- The name of the Doppler project
- sync
Target Changes to this property will trigger replacement.
- Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Set Id Changes to this property will trigger replacement.
- variable
Sync Type Changes to this property will trigger replacement.
- workspace
Id Changes to this property will trigger replacement.
Package Details
- Repository
- doppler pulumiverse/pulumi-doppler
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
doppler
Terraform Provider.