Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 3.58 KB

File metadata and controls

43 lines (39 loc) · 3.58 KB

Inputs

Name Description Type Default Required
attributes Additional attributes (e.g. 1). list(any) [] no
copy_bucket_file_key (Optional) The name assigned to the file when it was created in S3. You use the object key to retrieve the object. string "" no
copy_bucket_name (Optional) The name assigned to the file when it was created in S3. You use the object key to retrieve the object. string "" no
copy_overwrite_existing (Optional) A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE. Valid values are TRUE and FALSE. any "" no
copy_step_name Copy Step Name (e.g. app or cluster). string null no
copy_step_source_location n/a any "" no
custom_step_source_location n/a any "" no
decrypt_bucket_file_key (Optional) The name assigned to the file when it was created in S3. You use the object key to retrieve the object. string "" no
decrypt_bucket_name (Optional) The name assigned to the file when it was created in S3. You use the object key to retrieve the object. string "" no
decrypt_overwrite_existing (Optional) A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE. Valid values are TRUE and FALSE. any "TRUE" no
decrypt_step_name Decypt step Name (e.g. app or cluster). string "test-decrypt" no
decrypt_step_source_location n/a any "r " no
delete_step_name Delete step Name (e.g. app or cluster). string null no
enable_copy_step Set to false to prevent the step from creating copy step resources. bool true no
enable_custom_step Set to false to prevent the step from creating custom step resources. bool false no
enable_decrypt_step Set to false to prevent the step from creating decrypt step resources. bool true no
enable_delete_step Set to false to prevent the step from creating delete step resources. bool true no
enable_tag_step Set to false to prevent the step from creating tag step resources. bool true no
enable_workflow Set to false to prevent the module from creating any resources. bool true no
environment Environment (e.g. prod, dev, staging). string "" no
label_order Label order, e.g. name,application. list(any)
[
"environment",
"name"
]
no
managedby ManagedBy, eg 'CloudDrove'. string "hello@clouddrove.com" no
name Name (e.g. app or cluster). string "" no
repository Terraform current module repo string "https://github.com/clouddrove/terraform-aws-sftp" no
tag_key (Required) The name assigned to the tag that you create. any "" no
tag_step_name Tage step Name (e.g. app or cluster). string null no
tag_step_source_location n/a any "" no
tag_value (Required) The name assigned to the tag that you create. any "" no
timeout_seconds (Optional) Timeout, in seconds, for the step. any "60" no
workflow_description (Optional) A textual description for the workflow. string "test-workflow" no

Outputs

Name Description
tags A mapping of tags to assign to the resource.
workflow_arn The Workflow arn.
workflow_id The Workflow id.