Doppler v0.7.1 published on Monday, May 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,
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
- Name
Transform string - A name transform to apply before syncing secrets: "none" or "lowercase"
- Project string
- The name of the Doppler project
- Sync
Target string - Either "workspace" or "variableSet", based on the resource type to sync to
- Variable
Sync stringType - Variable
Set stringId - Workspace
Id string
- Config string
- The name of the Doppler config
- Integration string
- The slug of the integration to use for this sync
- Name
Transform string - A name transform to apply before syncing secrets: "none" or "lowercase"
- Project string
- The name of the Doppler project
- Sync
Target string - Either "workspace" or "variableSet", based on the resource type to sync to
- Variable
Sync stringType - Variable
Set stringId - Workspace
Id string
- config String
- The name of the Doppler config
- integration String
- The slug of the integration to use for this sync
- name
Transform String - A name transform to apply before syncing secrets: "none" or "lowercase"
- project String
- The name of the Doppler project
- sync
Target String - Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Sync StringType - variable
Set StringId - workspace
Id String
- config string
- The name of the Doppler config
- integration string
- The slug of the integration to use for this sync
- name
Transform string - A name transform to apply before syncing secrets: "none" or "lowercase"
- project string
- The name of the Doppler project
- sync
Target string - Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Sync stringType - variable
Set stringId - workspace
Id 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_ strtype - variable_
set_ strid - workspace_
id str
- config String
- The name of the Doppler config
- integration String
- The slug of the integration to use for this sync
- name
Transform String - A name transform to apply before syncing secrets: "none" or "lowercase"
- project String
- The name of the Doppler project
- sync
Target String - Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Sync StringType - variable
Set StringId - workspace
Id 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.
- Config string
- The name of the Doppler config
- Integration string
- The slug of the integration to use for this sync
- Name
Transform string - A name transform to apply before syncing secrets: "none" or "lowercase"
- Project string
- The name of the Doppler project
- Sync
Target string - Either "workspace" or "variableSet", based on the resource type to sync to
- Variable
Set stringId - Variable
Sync stringType - Workspace
Id string
- Config string
- The name of the Doppler config
- Integration string
- The slug of the integration to use for this sync
- Name
Transform string - A name transform to apply before syncing secrets: "none" or "lowercase"
- Project string
- The name of the Doppler project
- Sync
Target string - Either "workspace" or "variableSet", based on the resource type to sync to
- Variable
Set stringId - Variable
Sync stringType - Workspace
Id string
- config String
- The name of the Doppler config
- integration String
- The slug of the integration to use for this sync
- name
Transform String - A name transform to apply before syncing secrets: "none" or "lowercase"
- project String
- The name of the Doppler project
- sync
Target String - Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Set StringId - variable
Sync StringType - workspace
Id String
- config string
- The name of the Doppler config
- integration string
- The slug of the integration to use for this sync
- name
Transform string - A name transform to apply before syncing secrets: "none" or "lowercase"
- project string
- The name of the Doppler project
- sync
Target string - Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Set stringId - variable
Sync stringType - workspace
Id 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_ strid - variable_
sync_ strtype - workspace_
id str
- config String
- The name of the Doppler config
- integration String
- The slug of the integration to use for this sync
- name
Transform String - A name transform to apply before syncing secrets: "none" or "lowercase"
- project String
- The name of the Doppler project
- sync
Target String - Either "workspace" or "variableSet", based on the resource type to sync to
- variable
Set StringId - variable
Sync StringType - workspace
Id String
Package Details
- Repository
- doppler pulumiverse/pulumi-doppler
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
doppler
Terraform Provider.