Skip to content

Commit ca6a0b0

Browse files
committed
Update the documentation to reflect that agent_arns is optional
1 parent 55e4e35 commit ca6a0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/datasync_location_object_storage.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource "aws_datasync_location_object_storage" "example" {
2727
This resource supports the following arguments:
2828

2929
* `region` - (Optional) Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the [provider configuration](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#aws-configuration-reference).
30-
* `agent_arns` - (Required) A list of DataSync Agent ARNs with which this location will be associated.
30+
* `agent_arns` - (Optional) A list of DataSync Agent ARNs with which this location will be associated. For agentless cross-cloud transfers, this parameter does not need to be specified.
3131
* `access_key` - (Optional) The access key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.
3232
* `bucket_name` - (Required) The bucket on the self-managed object storage server that is used to read data from.
3333
* `secret_key` - (Optional) The secret key is used if credentials are required to access the self-managed object storage server. If your object storage requires a user name and password to authenticate, use `access_key` and `secret_key` to provide the user name and password, respectively.

0 commit comments

Comments
 (0)