Skip to content

Commit

Permalink
Update transferJobs document of name field
Browse files Browse the repository at this point in the history
Signed-off-by: Mohsen Mottaghi <[email protected]>
  • Loading branch information
mohsenmottaghi committed Dec 19, 2023
1 parent bb4a0e9 commit 63fdd93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ resource "google_storage_transfer_job" "s3-bucket-nightly-backup" {

The following arguments are supported:

* `name` - (Optional) The name of the Transfer Job. If unspecified, the provider will assign a random unique name with `transferJobs/{{name}}` format, where `name` is a numeric value.
* `name` - (Optional) The name of the Transfer Job. This name must start with "transferJobs/" prefix and end with a letter or a number, and should be no more than 128 characters ( `transferJobs/^(?!OPI)[A-Za-z0-9-._~]*[A-Za-z0-9]$` ). For transfers involving PosixFilesystem, this name must start with transferJobs/OPI specifically ( `transferJobs/OPI^[A-Za-z0-9-._~]*[A-Za-z0-9]$` ). For all other transfer types, this name must not start with transferJobs/OPI. Default the provider will assign a random unique name with `transferJobs/{{name}}` format, where `name` is a numeric value.

* `description` - (Required) Unique description to identify the Transfer Job.

Expand Down

0 comments on commit 63fdd93

Please sign in to comment.